合并代码

This commit is contained in:
stt
2025-10-11 09:54:24 +08:00
parent c972ad6fb8
commit e4467c662b
13 changed files with 144 additions and 125 deletions

View File

@@ -307,7 +307,7 @@ import {
nextTick,
onBeforeUnmount,
} from "vue";
import { ElMessage,ElMessageBox } from "element-plus";
import { ElMessageBox } from "element-plus";
import {
eventSource,
eventAggregation,
@@ -322,6 +322,7 @@ import {
hasUpEventList,
} from "@/api/manage_wx/index";
import { HelpFilled, Aim, Memo } from "@element-plus/icons-vue";
const flag = ref(0); // 0 for 暂降, 1 for 谐波, 2 for 谐波放大
const time = ref(0); // 0 for 周, 1 for 月
const { proxy }: any = getCurrentInstance();