浏览代码

bugfix:工艺编辑-总检

damon227 1 年之前
父节点
当前提交
f158f36bea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/work-flow/node-add.vue

+ 1 - 1
src/components/work-flow/node-add.vue

@@ -618,7 +618,7 @@ export default {
     },
 
     addRow () {
-      this.form.prodProductionRequireList.push({})
+      this.form.prodProductionRequireList.push({allowValues: ''})
     },
     removeRow (index) {
       this.form.prodProductionRequireList.splice(index, 1)