Browse Source

wanda-adm:feat > 建筑楼层添加全部,默认全部,分页修复

shaun-sheep 4 years ago
parent
commit
8a4a8cad05
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/maintain/space/index.vue

+ 2 - 2
src/views/maintain/space/index.vue

@@ -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()
     }
 
     // 搜索