...
|
...
|
@@ -146,11 +146,11 @@ |
|
|
methods: {
|
|
|
handleSizeChange(val) {
|
|
|
this.query.pageSize=val;
|
|
|
//this.getList();
|
|
|
this.getList();
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
this.query.pageNum=val;
|
|
|
//this.getList();
|
|
|
this.getList();
|
|
|
},
|
|
|
/*handleClick(row) {
|
|
|
console.log(row);
|
...
|
...
|
|