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