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();