mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 解决文件编辑之后大小没有改变的 BUG (#804)
This commit is contained in:
parent
7887bf96de
commit
d7f53862e9
@ -183,6 +183,7 @@ const saveContent = (closePage: boolean) => {
|
||||
loading.value = false;
|
||||
open.value = !closePage;
|
||||
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
||||
handleClose();
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user