소스 검색

Merge remote-tracking branch 'origin/master'

chris 1 년 전
부모
커밋
9bffc7f38a
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)