From b1a2884fb73e30d5aac580990af913a61cfed5da Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Tue, 30 Jul 2024 15:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E4=BF=A1=E6=81=AF=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/task.vue | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/investigation/task.vue b/pages/investigation/task.vue index 0a35fee..0111a71 100644 --- a/pages/investigation/task.vue +++ b/pages/investigation/task.vue @@ -1389,21 +1389,21 @@ } }, bottomButtonTwo() { - // if(!this.formData.roadType){ - // return this.$.toast("请输入道路类型"); - // } - // if(!this.formData.roadWidth){ - // return this.$.toast("请输入道路宽度"); - // } - // if(!this.formData.laneCount){ - // return this.$.toast("请输入车道数"); - // } - // if(!this.formData.designSpeed){ - // return this.$.toast("请输入设计时速"); - // } - // if(!this.formData.limitSpeed){ - // return this.$.toast("请输入限速"); - // } + if(!this.formData.roadType){ + return this.$.toast("请输入道路类型"); + } + if(!this.formData.roadWidth){ + return this.$.toast("请输入道路宽度"); + } + if(!this.formData.laneCount){ + return this.$.toast("请输入车道数"); + } + if(!this.formData.designSpeed){ + return this.$.toast("请输入设计时速"); + } + if(!this.formData.limitSpeed){ + return this.$.toast("请输入限速"); + } this.isEdit = false; this.active = 2; },