zhuo
2025-04-18 4c1dd77390f2e742d91b43e5c0bc8252fcc0bb29
src/views/CNAS/resourceDemand/device/component/equipmentMaintenance.vue
@@ -86,7 +86,6 @@
      search: {
        maintenanceDate: '',
      },
      total: 0,
      outLoading: false,
      tableData: [],
      tableLoading: false,
@@ -269,6 +268,14 @@
        }
      })
    },
  },
  watch: {
    // 监听点击el-tree的数据,进行数据刷新
    clickNodeVal(newVal) {
      if (newVal.value) {
        this.refreshTableList();
      }
    },
  }
};
</script>