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