Browse Source

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

pull/806/head
zhengkunwang223 2 years ago committed by GitHub
parent
commit
d7f53862e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/views/host/file-management/code-editor/index.vue

1
frontend/src/views/host/file-management/code-editor/index.vue

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

Loading…
Cancel
Save