Explorar o código

Merge remote-tracking branch 'origin/master'

chris hai 1 ano
pai
achega
9bffc7f38a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)