fix: mocn页面引用函数异常导致编译错误

This commit is contained in:
TsMask
2024-06-17 17:42:48 +08:00
parent b6bd9bc3d5
commit c18b557c97

View File

@@ -31,7 +31,7 @@ import { dbGetJSON } from '@/utils/cache-db-utils';
const router = useRouter(); const router = useRouter();
const appStore = useAppStore(); const appStore = useAppStore();
const { t } = useI18n(); const { t } = useI18n();
const { wsSend, cdrEventSend, ueEventSend, upfTFSend } = useWS(); const { wsSend, userActivitySend, upfTFSend } = useWS();
/**概览状态类型 */ /**概览状态类型 */
type SkimStateType = { type SkimStateType = {
@@ -157,8 +157,7 @@ async function fnGetSkim() {
/**初始数据函数 */ /**初始数据函数 */
function loadData() { function loadData() {
fnGetNeState(); // 获取网元状态 fnGetNeState(); // 获取网元状态
cdrEventSend(); userActivitySend();
ueEventSend();
upfTFSend(0); upfTFSend(0);
upfTFSend(7); upfTFSend(7);
upfTFSend(30); upfTFSend(30);