谐波溯源删除,新增,左侧表格联动

This commit is contained in:
stt
2025-10-27 13:19:27 +08:00
parent 791893ca38
commit 920fecc9a7
4 changed files with 22 additions and 2 deletions

View File

@@ -526,6 +526,7 @@ const loading = ref(false);
const trendChartRef = ref();
// 页码
const params = reactive({
pageNum: 1,
@@ -945,9 +946,14 @@ const init = () => {
eventList();
};
const refreshResponsibilityList = () => {
initialResponsibilityList();
};
defineExpose({
init,
setShowDetail, // 暴露方法给父组件调用
refreshResponsibilityList
});
</script>