diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 713324b..ebb82af 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -109,6 +109,7 @@ methods: { searchList () { this.dataList = [] + this.pageNum = 1 this._queryRawFoilList() }, handleChange (e) { diff --git a/pages/ProductManage/SboProdProgress.vue b/pages/ProductManage/SboProdProgress.vue index 9234acb..cc4c396 100644 --- a/pages/ProductManage/SboProdProgress.vue +++ b/pages/ProductManage/SboProdProgress.vue @@ -104,6 +104,7 @@ }, searchList () { this.dataList = [] + this.pageNum = 1 this._queryRawFoil() }, /** 生产区域下拉框查询 */