ysy 1 year ago
parent
commit
b6b8d31ec4
1 changed files with 3 additions and 3 deletions
  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'
           }
         ]
       };