ysy 1 жил өмнө
parent
commit
b6b8d31ec4

+ 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'
           }
         ]
       };