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
7723254f
authored
2025-12-12 11:03:30 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改销毁数据的提示
1 parent
2f109134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_asset/dataDelivery.vue
src/views/data_asset/dataDelivery.vue
View file @
7723254
...
...
@@ -218,7 +218,7 @@ const tableInfo = ref({
if
(
deliveryStatus
==
2
)
{
//已交付有删除按钮
btns
.
push
({
value
:
'del'
,
label
:
'销毁'
,
click
:
(
scope
)
=>
{
proxy
.
$openMessageBox
(
"此操作将永久销毁
数据,
是否继续?"
,
()
=>
{
proxy
.
$openMessageBox
(
"此操作将永久销毁
已推送至数据使用方连接器的该数据产品,并解除对应的数字合约,
是否继续?"
,
()
=>
{
deleteDeliveryContract
([
scope
.
row
.
guid
]).
then
((
res
:
any
)
=>
{
if
(
res
?.
code
==
proxy
.
$passCode
)
{
page
.
value
.
curr
=
1
;
...
...
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