@@ -351,14 +351,12 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
- this.queryParams.pageNum = 1;
+ this.pageParams.pageNum = 1;
this.getList();
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams= {
- pageNum: 1,
- pageSize: 10,
name: "",
mobile: "",
provinceId:"",
@@ -396,14 +396,12 @@ export default {
@@ -377,7 +377,7 @@ export default {
this.channelList = this.channelCopyList;