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
10206f98
authored
2026-04-07 16:28:58 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改删除策略信息问题
1 parent
2c919c5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_smart_contract/components/strategyTable.vue
src/views/data_smart_contract/components/strategyTable.vue
View file @
10206f9
...
...
@@ -595,8 +595,8 @@ const handleConditionDelete = (scope) => {
}
else
{
//同步删除操作行为
proxy
.
$openMessageBox
(
"确定要删除该行为类型和约束条件吗?"
,
()
=>
{
let
index
=
scope
.
row
.
index
;
strategyValueInfo
.
value
.
splice
(
index
-
1
,
1
);
let
index
=
scope
.
$
index
;
strategyValueInfo
.
value
.
splice
(
index
,
1
);
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