From d384ded694a4f31bbc640e931488cfaf787e9f3f Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 25 Aug 2023 15:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E5=8F=B8=E6=9C=BA=E7=AE=A1=E7=90=86bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/driverManage.vue | 4 ++-- src/views/index/supplySettlement.vue | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/views/index/driverManage.vue b/src/views/index/driverManage.vue index a7765e15..1513fa2a 100644 --- a/src/views/index/driverManage.vue +++ b/src/views/index/driverManage.vue @@ -73,7 +73,7 @@ export default { mounted() { const urlParams = new URLSearchParams(window.location.search); this.supplierType = urlParams.get('supplierType'); - this.$toast('页面supplierType:'+this.supplierType) + // this.$toast('页面supplierType:'+this.supplierType) this.getDriverList() }, methods:{ @@ -85,7 +85,7 @@ export default { }, 1000); }, addDriver(){ - this.$toast('supplierType的值为:'+this.supplierType) + // this.$toast('supplierType的值为:'+this.supplierType) if(this.supplierType == 1){ this.$toast("无权添加") }else{ diff --git a/src/views/index/supplySettlement.vue b/src/views/index/supplySettlement.vue index 66ed62b2..10605da8 100644 --- a/src/views/index/supplySettlement.vue +++ b/src/views/index/supplySettlement.vue @@ -1,22 +1,22 @@