From a942769ef96707ba1a8d45e27224c98c8d1eb02b Mon Sep 17 00:00:00 2001 From: zhaoyu Date: Thu, 23 Nov 2023 13:11:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E7=81=AB=E6=96=B9=E6=B3=95=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/eight-assignments/hotwork/apply/detail.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/application/eight-assignments/hotwork/apply/detail.vue b/pages/application/eight-assignments/hotwork/apply/detail.vue index deb2dbd..c64e747 100644 --- a/pages/application/eight-assignments/hotwork/apply/detail.vue +++ b/pages/application/eight-assignments/hotwork/apply/detail.vue @@ -907,6 +907,13 @@ }) return; } + if(this.form.HOT_WORK_METHOD_ID != '' ||this.form.HOT_WORK_METHOD_ID.length==0){ + uni.showToast({ + title:'请选择动火方法', + icon:'none' + }) + return; + } if (STATUS == 1) { this.rules.map(({name, message}) => { if (this.form[name] == '' || this.form[name] == '请选择') {