Explorar el Código

Merge remote-tracking branch 'origin/master'

chris hace 1 año
padre
commit
9bffc7f38a
Se han modificado 1 ficheros con 1 adiciones y 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)