diff --git a/src/views/security_commitment/promise_book_issued/components/add.vue b/src/views/security_commitment/promise_book_issued/components/add.vue index ad55ba3..97d9dd7 100644 --- a/src/views/security_commitment/promise_book_issued/components/add.vue +++ b/src/views/security_commitment/promise_book_issued/components/add.vue @@ -3,7 +3,10 @@ - + + + + @@ -43,9 +46,10 @@ - 承诺人 + 承诺人 + 受状人 - + 添加 @@ -148,7 +152,8 @@ - 被承诺人 + 被承诺人 + 发状人 @@ -649,6 +654,21 @@ export default { this.form.TYPE = row.TYPE this.dialog.visible = false this.isSelectTemplate = true + if (this.form.TYPE == '1') { + this.form.people = [ + { + treeData: [], + postList: [], + userList: [], + CORPINFO_ID: '', + DEPARTMENT_ID: null, + POST_ID: '', + USER_ID: [], + id: Math.random() + } + ] + this.$forceUpdate() + } }).catch((e) => { }) },