修复删除临时脚本列表文件

This commit is contained in:
whyour
2021-05-12 23:01:16 +08:00
parent 4abefccc5b
commit d2c1cb5779
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -496,9 +496,6 @@ const Crontab = () => {
})
.then((data: any) => {
if (data.code === 200) {
notification.success({
message: `批量${OperationName[operationStatus]}成功`,
});
getCrons();
} else {
notification.error({