From 945af43255e8227901ec3a46c638e7053c9f2972 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 3 Apr 2024 11:02:22 +0800 Subject: [PATCH] =?UTF-8?q?14901=20=E5=8A=A8=E7=81=AB=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=20=E9=80=89=E6=8B=A9=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=8E=AA=E6=96=BD=E7=A1=AE=E8=AE=A4=E4=BA=BA=201=E3=80=81?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E4=B8=8D=E6=AD=A3=E7=A1=AE=202?= =?UTF-8?q?=E3=80=81=E5=B7=B2=E7=BB=8F=E9=80=89=E6=8B=A9=E4=BA=86=E6=89=80?= =?UTF-8?q?=E5=B1=9E=E7=9A=84=E9=83=A8=E9=97=A8=E5=BA=94=E8=AF=A5=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 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 4f1f304..47a6365 100644 --- a/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue +++ b/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-detail.vue @@ -1397,7 +1397,7 @@ export default { } break case 'accept': - if (this.acceptUserList.length == 0) { + if (this.acceptUserList.length === 0) { uni.showToast({ icon: 'none', title: '请先选择验收部门', @@ -1406,7 +1406,7 @@ export default { } break case 'xiangMu': - if (this.confirmUserList.length == 0) { + if (this.confirmUserList.length === 0) { uni.showToast({ icon: 'none', title: '请先选择项目主管部门负责人', @@ -1415,7 +1415,7 @@ export default { } break case 'anQuanCuoShiQueRenRen': - if (this.confirmUserList.length == 0) { + if (this.safetyUserList.length === 0) { uni.showToast({ icon: 'none', title: '请先选择项安全措施确认人',