Jelajahi Sumber

bugfix:工艺编辑-总检

damon227 1 tahun lalu
induk
melakukan
f158f36bea
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)