Browse Source

物料基本分类-产品线字段修改为不必填。

DongZ 1 year ago
parent
commit
5176e20df9
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/views/material/classify/index.vue

+ 0 - 7
src/views/material/classify/index.vue

@@ -248,13 +248,6 @@ export default {
             message: "请输入物料基本分类名称",
             trigger: "blur",
           },
-        ],
-        productLine: [
-          {
-            required: true,
-            message: "请输入产品线",
-            trigger: "blur",
-          }
         ]
       },
       checkList: [],