From 95f54fb674d6481c8d583e9c26d308f9ff0a151c Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Thu, 14 Nov 2024 11:47:42 +0800 Subject: [PATCH] =?UTF-8?q?review=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/dictionary/dictTree/components/treePopup.vue | 2 -- frontend/src/views/system/dictionary/dictTree/index.vue | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/system/dictionary/dictTree/components/treePopup.vue b/frontend/src/views/system/dictionary/dictTree/components/treePopup.vue index 7be5e48..8c8c632 100644 --- a/frontend/src/views/system/dictionary/dictTree/components/treePopup.vue +++ b/frontend/src/views/system/dictionary/dictTree/components/treePopup.vue @@ -32,9 +32,7 @@ import { ElMessage, type FormItemRule } from 'element-plus' import { addDictTree, updateDictTree } from '@/api/system/dictionary/dictTree' import { computed, type Ref, ref } from 'vue'; - import { useDictStore } from '@/stores/modules/dict' import { type ResultData } from '@/api/interface'; - const dictStore = useDictStore() // 定义弹出组件元信息 const dialogFormRef = ref() function useMetaInfo() { diff --git a/frontend/src/views/system/dictionary/dictTree/index.vue b/frontend/src/views/system/dictionary/dictTree/index.vue index 1865849..8bc467e 100644 --- a/frontend/src/views/system/dictionary/dictTree/index.vue +++ b/frontend/src/views/system/dictionary/dictTree/index.vue @@ -21,7 +21,7 @@