mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-07 22:16:16 +08:00
fix: 解决网站过期时间设置为永久之后再次打开过期时间错误的问题 (#685)
This commit is contained in:
parent
5592063e69
commit
24b9f8f705
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ const submitDate = (row: any) => {
|
|||
UpdateWebsite(req).then(() => {
|
||||
row.change = true;
|
||||
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
||||
search();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue