From b4b0eba2284d24a82732f01eab6bedb370cc4342 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期六, 06 四月 2024 21:06:59 +0800 Subject: [PATCH] update 调整流程定义配置逻辑 --- src/views/monitor/online/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index cbab805..27de613 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -61,10 +61,10 @@ </template> <script setup name="Online" lang="ts"> -import { forceLogout, list as initData } from "@/api/monitor/online"; -import { OnlineQuery, OnlineVO } from "@/api/monitor/online/types"; -import api from "@/api/system/user"; -import {to} from "await-to-js"; +import { forceLogout, list as initData } from '@/api/monitor/online'; +import { OnlineQuery, OnlineVO } from '@/api/monitor/online/types'; +import api from '@/api/system/user'; +import { to } from 'await-to-js'; const { proxy } = getCurrentInstance() as ComponentInternalInstance; const { sys_device_type } = toRefs<any>(proxy?.useDict('sys_device_type')); @@ -106,9 +106,9 @@ if (!err) { await forceLogout(row.tokenId); await getList(); - proxy?.$modal.msgSuccess("鍒犻櫎鎴愬姛"); + proxy?.$modal.msgSuccess('鍒犻櫎鎴愬姛'); } -} +}; onMounted(() => { getList(); -- Gitblit v1.9.3