mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 03:30:53 +08:00
fix: 解决文件编辑之后大小没有改变的 BUG (#804)
This commit is contained in:
parent
7887bf96de
commit
d7f53862e9
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ const saveContent = (closePage: boolean) => {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
open.value = !closePage;
|
open.value = !closePage;
|
||||||
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
||||||
|
handleClose();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue