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: {
searchList () {
this.dataList = []
this.pageNum = 1
this._queryRawFoilList()
},
handleChange (e) {

View File

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