|
|
@ -444,6 +444,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onSubmit() {
|
|
|
|
onSubmit() {
|
|
|
|
this.filterQuery.checkType=null;
|
|
|
|
this.filterQuery.checkType=null;
|
|
|
|
|
|
|
|
this.filterQuery.page=1;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
@ -485,7 +486,6 @@ export default {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleCheckedChange(val) {
|
|
|
|
handleCheckedChange(val) {
|
|
|
|
},
|
|
|
|
},
|
|
|
|