From a150c8c9a7b324dfd3caa53d523396aed19e2a59 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 22 十一月 2024 16:00:10 +0800 Subject: [PATCH] update 优化 个人中心强退设备接口路径 --- src/views/system/dict/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index d44a04a..9eead48 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -240,6 +240,7 @@ useDictStore().cleanDict(); }; + onMounted(() => { getList(); }); -- Gitblit v1.9.3