Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
28bd5f7d
authored
2025-01-10 15:59:32 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
f13946e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
src/api/modules/queryService.ts
src/views/data_asset/registerDetail.vue
src/api/modules/queryService.ts
View file @
28bd5f7
...
...
@@ -84,9 +84,8 @@ export const getProduct = (params) => request({
})
// 查看平台会员详情
export const getTenantDetailInfo = (params) => request({
url: `
$
{
import
.
meta
.
env
.
VITE_APP_API_BASEURL
}
/tenant/
data
/
detail
`,
method: 'get',
params
url: `
$
{
import
.
meta
.
env
.
VITE_APP_PERSONAL_URL
}
/tenant/g
etByGuid
/
$
{
params
}
`,
method: 'get'
})
...
...
src/views/data_asset/registerDetail.vue
View file @
28bd5f7
...
...
@@ -285,7 +285,7 @@ const handleExpand = () => {
onBeforeMount
(()
=>
{
getDetailInfo
();
getTenantDetail
();
daTenantGuid
.
value
&&
getTenantDetail
();
});
onActivated
(()
=>
{
...
...
@@ -400,7 +400,7 @@ const tenantDetail: any = ref({});
/** 获取当前登录会员,服务商,企业等详情。 */
const
getTenantDetail
=
()
=>
{
getTenantDetailInfo
(
{
guid
:
daTenantGuid
.
value
}
).
then
((
res
:
any
)
=>
{
getTenantDetailInfo
(
daTenantGuid
.
value
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
const
data
=
res
.
data
??
{};
tenantDetail
.
value
=
data
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment