浏览代码

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;