소스 검색

fix: 重置分页页码

yusheng 2 달 전
부모
커밋
68e4cc7471
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/equipmentOperationMonitoring/index.vue

+ 2 - 0
src/views/equipmentOperationMonitoring/index.vue

@@ -369,6 +369,8 @@
       handleNodeClick(data) {
         this.categoryLevelId = '';
         this.rootCategoryLevelId = '';
+        this.pageNum = 1;
+
         this.areaId = '';
         if (this.activeTab == 'org') {
           this.categoryLevelId = data.id;