From 64183c53a967de045248c9ee6fd6f83208b248dc Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 3 Apr 2024 14:28:27 +0800 Subject: [PATCH] =?UTF-8?q?14944=20=E9=A1=B9=E7=9B=AE=E4=B8=BB=E7=AE=A1?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=B4=9F=E8=B4=A3=E4=BA=BA=20=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue b/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue index 52ef935..6e1d186 100644 --- a/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue +++ b/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue @@ -807,6 +807,7 @@ export default { {name: 'ACCEPT_USER_ID', message: '请选择验收部门负责人'}, {name: 'GUARDIAN_USER_ID', message: '请选择监护人'}, {name: 'ACCEPT_CONFESS_USER_ID', message: '请选择接受交底人'}, + {name: 'BELONGING_USER_ID', message: '项目主管部门负责人'}, ], todayDate: '', otherAssignments: false, @@ -1044,10 +1045,6 @@ export default { required = false } } - if (!required) { - return - } - console.log(this.confessList) for (let i = 0; i < this.confessList.length; i++) { if (!this.confessList[i].CONFESS_USER_ID) { uni.showToast({ @@ -1058,6 +1055,9 @@ export default { required = false } } + if (!required) { + return + } // 清空非必要信息 for (let i = 0; i < this.confessList.length; i++) { this.confessList[i].confessUserList = []