谐波溯源删除,新增,左侧表格联动
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
@data-updated="handleDataUpdate"
|
||||
@flag-changed="handleFlagChange"
|
||||
@expand-detail="handleExpandDetail"
|
||||
@refresh-security-detail="refreshSecurityDetail"
|
||||
/>
|
||||
</dv-border-box-13>
|
||||
<!-- <dv-border-box-13 :color="color[0]">
|
||||
@@ -294,6 +295,13 @@ const handleDataUpdate = (data: string[]) => {
|
||||
eventListData.value = data;
|
||||
};
|
||||
|
||||
const refreshSecurityDetail = () => {
|
||||
// 调用 securityDetail 组件的刷新方法
|
||||
if (securityDetail.value) {
|
||||
securityDetail.value.refreshResponsibilityList();
|
||||
}
|
||||
};
|
||||
|
||||
// 初始化并获取数据
|
||||
const initComponents = () => {
|
||||
if (eventStatistics.value) {
|
||||
|
||||
Reference in New Issue
Block a user