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
cd57fc91cb37cc55a7b6b79f04be5ee9a681978d
Authored by
fengwotao
2023-09-07 11:33:06 +0800
1 parent
f6287b97
fix: DEFECT-1545 点击删除该租户配置,删除后批量删除按钮还显示,点击批量删除,提示未找到该资源
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
src/views/tenant/config/index.vue
src/views/tenant/config/index.vue
View file @
cd57fc9
...
...
@@ -150,9 +150,6 @@
150
150
createMessage.success('删除成功');
151
151
reload();
152
152
selectedRowKeys.length = 0;
153
-
setTimeout(() => {
154
-
disabled.value = false;
155
-
}, 3000);
156
153
});
157
154
};
158
155
...
...