From 1c97b1b0d720d5d4f203d74039e4fc1bb84ef9fb Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 06 六月 2024 08:24:04 +0800
Subject: [PATCH] 3
---
pages/phyz/wrkMast/wrkMast.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pages/phyz/wrkMast/wrkMast.vue b/pages/phyz/wrkMast/wrkMast.vue
index ae6d860..0ff6f38 100644
--- a/pages/phyz/wrkMast/wrkMast.vue
+++ b/pages/phyz/wrkMast/wrkMast.vue
@@ -326,7 +326,9 @@
res = res.data
if (res.code === 200) {
_this.$refs.option.close()
- _this.getOrderDetlList(this.searchValue,10)
+ setTimeout(()=>{
+ _this.getOrderDetlList(_this.searchValue,10)
+ },100)
} else if (res.code == 403) {
uni.showToast({ title: res.msg, icon: "error", position: 'top' })
setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
--
Gitblit v1.9.1