feat: 关系配置组件
This commit is contained in:
parent
8f663bb21d
commit
b7849f4d07
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<j-modal visible title="关系绑定">
|
||||
|
||||
</j-modal>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
</style>
|
|
@ -319,6 +319,7 @@
|
|||
</j-button>
|
||||
</div>
|
||||
</FullPage>
|
||||
<Relation></Relation>
|
||||
</page-container>
|
||||
</template>
|
||||
|
||||
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue