From 21ade2384b18b84737eedd478d9c814c798897eb Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 9 Dec 2022 10:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E7=AE=94=E7=94=9F=E4=BA=A7=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/SboProdProgress.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/ProductManage/SboProdProgress.vue b/pages/ProductManage/SboProdProgress.vue index 4668051..9234acb 100644 --- a/pages/ProductManage/SboProdProgress.vue +++ b/pages/ProductManage/SboProdProgress.vue @@ -57,7 +57,7 @@ - + @@ -102,6 +102,10 @@ selectChange(e) { this.index = e }, + searchList () { + this.dataList = [] + this._queryRawFoil() + }, /** 生产区域下拉框查询 */ async _queryProductArea () { let res = await queryProductArea()