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