From b7849f4d072c1ea6c9fee5500e5b98cced0398f8 Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Mon, 25 Sep 2023 10:37:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=B3=E7=B3=BB=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Relation/index.vue | 11 +++++++++++ src/views/system/Basis/index.vue | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/components/Relation/index.vue diff --git a/src/components/Relation/index.vue b/src/components/Relation/index.vue new file mode 100644 index 00000000..f29c5c97 --- /dev/null +++ b/src/components/Relation/index.vue @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/src/views/system/Basis/index.vue b/src/views/system/Basis/index.vue index 8fddcbb4..8e5f8d9a 100644 --- a/src/views/system/Basis/index.vue +++ b/src/views/system/Basis/index.vue @@ -319,6 +319,7 @@ + @@ -332,7 +333,7 @@ import { save_api } from '@/api/system/basis'; import { usePermissionStore } from '@/store/permission'; import { useSystem } from '@/store/system'; import { settingDetail } from '@/api/login'; - +import Relation from '@/components/Relation/index.vue' const action = `${BASE_API_PATH}/file/static`; const headers = { [TOKEN_KEY]: LocalStore.get(TOKEN_KEY) }; const formRef = ref();