From 5c03f9b59e87c538161976ae663014e3dd492dbf Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 9 Dec 2022 15:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/SboProcess.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 6431e2d..713324b 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -153,7 +153,7 @@ this.disabled1 = false this.pkId = '' this.pkObj = {} - this._queryRawFoilList() + this.searchList() uni.showToast({ title: res.message, icon: 'none' @@ -173,7 +173,7 @@ this.disabled2 = false this.pkId = '' this.pkObj = {} - this._queryRawFoilList() + this.searchList() uni.showToast({ title: res.message, icon: 'none' @@ -197,7 +197,7 @@ this.disabled3 = false this.pkId = '' this.pkObj = {} - this._queryRawFoilList() + this.searchList() } catch (e) { this.disabled3 = false } @@ -217,7 +217,7 @@ this.disabled4 = false this.pkId = '' this.pkObj = {} - this._queryRawFoilList() + this.searchList() } catch (e) { this.disabled4 = false }