fix: 解决文件编辑之后大小没有改变的 BUG (#804)

This commit is contained in:
zhengkunwang223 2023-04-26 22:30:14 +08:00 committed by GitHub
parent 7887bf96de
commit d7f53862e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,7 @@ const saveContent = (closePage: boolean) => {
loading.value = false;
open.value = !closePage;
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
handleClose();
});
};