Commit cd57fc91cb37cc55a7b6b79f04be5ee9a681978d

Authored by fengwotao
1 parent f6287b97

fix: DEFECT-1545 点击删除该租户配置,删除后批量删除按钮还显示,点击批量删除,提示未找到该资源

... ... @@ -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
... ...