修复日志弹框逻辑

This commit is contained in:
whyour 2021-05-12 21:05:15 +08:00
parent 5ddc9ac22e
commit 394eccab5e

View File

@ -46,6 +46,7 @@ const CronLogModal = ({
};
const cancel = () => {
localStorage.removeItem('logCron');
handleCancel();
};