This commit is contained in:
2022-12-12 09:55:21 +08:00
parent e0b678fe45
commit 8bdaf3e0a8
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
methods: { methods: {
searchList () { searchList () {
this.dataList = [] this.dataList = []
this.pageNum = 1
this._queryRawFoilList() this._queryRawFoilList()
}, },
handleChange (e) { handleChange (e) {

View File

@@ -104,6 +104,7 @@
}, },
searchList () { searchList () {
this.dataList = [] this.dataList = []
this.pageNum = 1
this._queryRawFoil() this._queryRawFoil()
}, },
/** 生产区域下拉框查询 */ /** 生产区域下拉框查询 */