From 9ca429cbf2edbbb20ed2f51f25607a53a725e617 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 23 Aug 2023 19:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=8A=9E=E4=BA=8B=E9=A1=B9=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/commonBtn.vue | 2 +- src/views/index/driverAdd.vue | 8 ++++---- src/views/index/supplySettlement.vue | 4 ++-- src/views/index/vehicleAdd.vue | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/commonBtn.vue b/src/components/commonBtn.vue index 4b70520c..23fefad3 100644 --- a/src/components/commonBtn.vue +++ b/src/components/commonBtn.vue @@ -31,7 +31,7 @@ import {myMixins} from "@/utils/myMixins" \ No newline at end of file diff --git a/src/views/index/vehicleAdd.vue b/src/views/index/vehicleAdd.vue index 4a134628..d6f99fcb 100644 --- a/src/views/index/vehicleAdd.vue +++ b/src/views/index/vehicleAdd.vue @@ -158,9 +158,9 @@ export default { this.$router.back() }, async submitBtn(){ - if(this.carNum || this.selectedOption || this.isJoin){ - this.$toast('必填字段未填写') - }else{ + // if(this.carNum || this.selectedOption || this.isJoin){ + // this.$toast('必填字段未填写') + // }else{ await saveVehicle({ vehicleId:this.id ? this.id : '', plateNumber:this.carNum ? this.carNum :'', @@ -177,7 +177,7 @@ export default { this.$router.back(); },2000) } - }, + // }, }, components:{ CellGroup,