From e160466798f751145becaf900ee432285e085bf2 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 17 四月 2024 09:35:34 +0800 Subject: [PATCH] # --- pages/phyz/orderOut/orderOutSelect.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/pages/phyz/orderOut/orderOutSelect.vue b/pages/phyz/orderOut/orderOutSelect.vue index 170d925..e3c6708 100644 --- a/pages/phyz/orderOut/orderOutSelect.vue +++ b/pages/phyz/orderOut/orderOutSelect.vue @@ -97,7 +97,7 @@ _this.mask = false } else if (res.code == 403) { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) - setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000); + setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000); } else { uni.showToast({ title: res.msg, icon: "error", position: 'top' }) } @@ -122,15 +122,12 @@ } else { this.getOrderDetlList(this.searchValue1,this.searchValue2,1000) } - }, clear() { this.searchValue2 = '' this.getOrderDetlList('',this.searchValue1,999999) }, clear2() { - console.log(222); - setTimeout(()=> { this.searchValue2 = '' this.getOrderDetlList(this.searchValue1,'',999999) -- Gitblit v1.9.1