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
610e6eb1
authored
2025-02-25 17:58:58 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
0fab513b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
src/views/data_product/productListingDetail.vue
src/views/data_product/productListingDetail.vue
View file @
610e6eb
...
...
@@ -1323,6 +1323,9 @@ onBeforeMount(async () => {
})
}
if
(
detailType
&&
detailType
!=
'add'
)
{
getProductDetail
();
}
if
(
detailType
==
'detail'
)
{
getParamsList
({
dictType
:
"数据产品上架审批合规信息"
,
}).
then
((
res
:
any
)
=>
{
...
...
@@ -1332,11 +1335,9 @@ onBeforeMount(async () => {
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
})
getProductDetail
();
}
if
(
detailType
==
'detail'
)
{
return
;
//详情不需要调用以下接口
// return; //详情不需要调用以下接口
}
if
(
detailType
!=
'detail'
)
{
await
getTableData
();
if
(
route
.
query
.
exchangeGuid
)
{
getTableInfo
();
...
...
@@ -1349,6 +1350,7 @@ onBeforeMount(async () => {
return
parentAreaData
.
value
;
}
})
}
// getApproveData();
getParamsDataList
({
dictType
:
'资产类型'
}).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
...
...
@@ -1386,6 +1388,7 @@ onBeforeMount(async () => {
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
})
if
(
detailType
!=
'detail'
)
{
getParamsList
({
dictType
:
"数据资产目录主题名称"
,
}).
then
((
res
:
any
)
=>
{
...
...
@@ -1437,6 +1440,7 @@ onBeforeMount(async () => {
})
},
0
);
}
}
})
...
...
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