소스 검색

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

shaun-sheep 4 년 전
부모
커밋
8a4a8cad05
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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()
     }
 
     // 搜索