diff --git a/src/components/FRuleEditor/Debug/index.vue b/src/components/FRuleEditor/Debug/index.vue index f168442a..2d34ec3b 100644 --- a/src/components/FRuleEditor/Debug/index.vue +++ b/src/components/FRuleEditor/Debug/index.vue @@ -104,7 +104,7 @@ \ No newline at end of file diff --git a/src/views/rule-engine/Alarm/Configuration/Save/index.vue b/src/views/rule-engine/Alarm/Configuration/Save/index.vue index 011e2721..a011c493 100644 --- a/src/views/rule-engine/Alarm/Configuration/Save/index.vue +++ b/src/views/rule-engine/Alarm/Configuration/Save/index.vue @@ -3,13 +3,13 @@ - + - + @@ -31,6 +31,12 @@ const changeTabs = (e: any) => { } }; const activeKey = ref('1'); +const type = ref('detail') + +const typeChange = (_type: string) => { + console.log(_type) + type.value = _type +} \ No newline at end of file diff --git a/src/views/rule-engine/Alarm/Log/TabComponent/index.vue b/src/views/rule-engine/Alarm/Log/TabComponent/index.vue index 6fd18e41..f45429f1 100644 --- a/src/views/rule-engine/Alarm/Log/TabComponent/index.vue +++ b/src/views/rule-engine/Alarm/Log/TabComponent/index.vue @@ -1,35 +1,11 @@