From dda1af7787c35c92f34000767848a2b2618e5367 Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Thu, 18 Jan 2024 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A3=E4=BB=BB=E7=8A=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../promise_book_issued/components/add.vue | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) 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) => { }) },