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 }