ysy 1 年之前
父節點
當前提交
b6b8d31ec4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/material/BOMmanage/components/baseInfo.vue

+ 3 - 3
src/views/material/BOMmanage/components/baseInfo.vue

@@ -86,15 +86,15 @@
         statusOptions: [
           {
             label: '已停用',
-            value: 2
+            value: '2'
           },
           {
             label: '已发布',
-            value: 1
+            value: '1'
           },
           {
             label: '草稿',
-            value: 0
+            value: '0'
           }
         ]
       };