|
@@ -437,7 +437,7 @@ export default {
|
|
// 返回条件对象
|
|
// 返回条件对象
|
|
this.searchOption = this.$commonJS.ArrayToArray(val)
|
|
this.searchOption = this.$commonJS.ArrayToArray(val)
|
|
// 调用查询接口
|
|
// 调用查询接口
|
|
- this.queryParams.current = 1
|
|
|
|
|
|
+ this.queryParams.pageNum = 1
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
handleCurrentChange(val) {
|
|
handleCurrentChange(val) {
|