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
00f56e9a
authored
2025-03-10 17:42:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
产品上架主平台审批不需要填写信息
1 parent
139ec6a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletions
src/views/data_asset/registerDetail.vue
src/views/data_product/productListing.vue
src/views/data_product/productListingDetail.vue
src/views/data_asset/registerDetail.vue
View file @
00f56e9
...
...
@@ -1737,7 +1737,7 @@ const passCommonDialogBtnClick = (btn, info) => {
<
/div
>
<
/ContentWrap
>
<
ContentWrap
id
=
"id-qualityEvaluate"
v
-
if
=
"tabsInfo.tabs.find(t => t.name == 'qualityEvaluate') || (
route.query.type == 'costAssess'
&& evaDetailInfo.qualityScore != null)"
v
-
if
=
"tabsInfo.tabs.find(t => t.name == 'qualityEvaluate') || (
(route.query.type == 'costAssess' || route.query.type == 'qualityEvaluate')
&& evaDetailInfo.qualityScore != null)"
title
=
"质量评价"
description
=
"资产质量评价信息"
expandSwicth
style
=
"margin-top: 15px"
:
isExpand
=
"qualityEvaluateExpand"
@
expand
=
"(v) => qualityEvaluateExpand = v"
>
<
div
class
=
"list_panel"
>
...
...
src/views/data_product/productListing.vue
View file @
00f56e9
...
...
@@ -399,6 +399,10 @@ const tableBtnClick = (scope, btn) => {
}
if
(
type
==
'pass'
)
{
if
(
row
.
zqName
)
{
passCommonDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise
.
value
[
row
.
guid
])
{
return
;
}
...
...
@@ -430,6 +434,10 @@ const tableBtnClick = (scope, btn) => {
})
}
if
(
type
==
'reject'
)
{
if
(
row
.
zqName
)
{
rejectDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise1
.
value
[
row
.
guid
])
{
return
;
}
...
...
src/views/data_product/productListingDetail.vue
View file @
00f56e9
...
...
@@ -1010,6 +1010,10 @@ const btnClick = (btn) => {
subForm
.
value
=
{
...
form
};
submitForm
(
btn
,
formEl
,
true
);
}
else
if
(
btn
.
value
==
'pass'
)
{
if
(
flowDetail
.
value
.
zqName
)
{
passCommonDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise
.
value
)
{
return
;
}
...
...
@@ -1041,6 +1045,10 @@ const btnClick = (btn) => {
})
}
else
if
(
btn
.
value
==
'reject'
)
{
if
(
flowDetail
.
value
.
zqName
)
{
rejectDialogInfo
.
value
.
visible
=
true
;
return
;
}
if
(
getFirstNodePromise1
.
value
)
{
return
;
}
...
...
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