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
9bcbe676
authored
2026-01-09 17:39:51 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 核验通过检验
1 parent
2539b68c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/data_asset/dataDelivery.vue
src/views/data_asset/dataDelivery.vue
View file @
9bcbe67
...
...
@@ -465,9 +465,7 @@ const verifyDialogBtnClick = (btn, info) => {
return
;
}
verifyDialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
true
;
verifyDetailStatusChange
(
Object
.
assign
({},
info
,
{
deliveryGuid
:
currTableData
.
value
.
guid
})).
then
((
res
:
any
)
=>
{
verifyDetailStatusChange
(
currTableData
.
value
.
guid
).
then
((
res
:
any
)
=>
{
if
(
res
?.
code
==
proxy
.
$passCode
)
{
let
exec
=
()
=>
{
verifyDialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
true
;
...
...
@@ -487,6 +485,9 @@ const verifyDialogBtnClick = (btn, info) => {
if
(
res
.
data
)
{
proxy
.
$openMessageBox
(
"合约策略执行的检验结果存在‘拒绝’,是否继续核验通过?"
,
()
=>
{
exec
();
},
()
=>
{
verifyDialogInfo
.
value
.
footer
.
btns
[
1
].
loading
=
false
;
proxy
.
$ElMessage
.
info
(
'已取消'
);
})
}
else
{
exec
();
...
...
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