|
@@ -379,12 +379,12 @@ export default class spaceIndex extends Vue {
|
|
|
handleCurrentChange(val: number) {
|
|
|
console.log(val)
|
|
|
this.paginationList.page = val
|
|
|
- this.handleFilter(this.deviceType)
|
|
|
+ this.changeCascader()
|
|
|
}
|
|
|
|
|
|
handleSizeChange(val: number) {
|
|
|
this.paginationList.size = val
|
|
|
- this.handleFilter(this.deviceType)
|
|
|
+ this.changeCascader()
|
|
|
}
|
|
|
|
|
|
// 搜索
|