修复日志弹框逻辑

This commit is contained in:
whyour 2021-05-12 21:05:15 +08:00
parent 41728fcc27
commit 1777d0fc5d

View File

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