From facb5dc28e0d279984312a1976f94ed3c685d2a9 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 29 Mar 2023 09:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orderList/index/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orderList/index/index.vue b/orderList/index/index.vue index 149b914..001e3c6 100644 --- a/orderList/index/index.vue +++ b/orderList/index/index.vue @@ -285,7 +285,8 @@ }else if(this.letfText=='司机'){ this.getData.params.userName= this.seachValue console.log('现在是司机 userName',this.letfText,) - }{ + }else + { this.getData.params.siteName= this.seachValue console.log('现在是其他 siteName',this.letfText,) }