回退版本

This commit is contained in:
guanj
2025-10-11 10:53:46 +08:00
parent e4467c662b
commit c7e6e93ace
13 changed files with 125 additions and 144 deletions

View File

@@ -307,7 +307,7 @@ import {
nextTick,
onBeforeUnmount,
} from "vue";
import { ElMessageBox } from "element-plus";
import { ElMessage,ElMessageBox } from "element-plus";
import {
eventSource,
eventAggregation,
@@ -322,7 +322,6 @@ 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();