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>