|
|
@ -226,6 +226,7 @@ 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;
|
|
|
|