Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4f5e3db8c7d113311e983d6960c77bcee6ea7e3d
Authored by
fengtao
2022-06-27 20:03:57 +0800
1 parent
c597381d
修改teambition上的批量删除问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/rule/dataFlow/index.vue
src/views/rule/dataFlow/index.vue
View file @
4f5e3db
...
...
@@ -165,6 +165,7 @@
165
165
if (record.status === 1) {
166
166
return { disabled: true };
167
167
} else {
168
+
singleStopDeleteStatus.value = false;
168
169
return { disabled: false };
169
170
}
170
171
};
...
...