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
14093d2b
authored
2025-09-18 14:22:41 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改删除的提示信息
1 parent
41aeabdf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_asset/registerStartJS.vue
src/views/data_asset/registerStartJS.vue
View file @
14093d2
...
...
@@ -1769,7 +1769,7 @@ const orgTableInfo = ref({
proxy
.
$openMessageBox
(
"此操作将永久删除, 是否继续?"
,
()
=>
{
orgData
.
value
.
splice
(
index
,
1
);
orgTableInfo
.
value
.
data
=
orgData
.
value
;
proxy
.
$ElMessage
.
success
(
'
被授权资源
删除成功'
);
proxy
.
$ElMessage
.
success
(
'
共有组织机构信息
删除成功'
);
},
()
=>
{
proxy
.
$ElMessage
.
info
(
"已取消"
);
});
...
...
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