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()