mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 14:08:06 +08:00
fix: 解决网站过期时间设置为永久之后再次打开过期时间错误的问题 (#685)
This commit is contained in:
parent
5592063e69
commit
24b9f8f705
@ -314,6 +314,7 @@ const submitDate = (row: any) => {
|
|||||||
UpdateWebsite(req).then(() => {
|
UpdateWebsite(req).then(() => {
|
||||||
row.change = true;
|
row.change = true;
|
||||||
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
|
||||||
|
search();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user