|
|
@ -216,10 +216,10 @@ export default {
|
|
|
|
limit: 20,
|
|
|
|
limit: 20,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.filterQuery.page=null;
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onSubmit() {
|
|
|
|
onSubmit() {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleSizeChange(val) {
|
|
|
|
handleSizeChange(val) {
|
|
|
@ -229,7 +229,6 @@ export default {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
handleCurrentChange(val) {
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
this.filterQuery.page = val;
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleUnitClick(row) {
|
|
|
|
handleUnitClick(row) {
|
|
|
|
this.curIndex = row.id;
|
|
|
|
this.curIndex = row.id;
|
|
|
|