fix: 消息提示0时常驻
This commit is contained in:
@@ -353,7 +353,7 @@ function fnModalOk() {
|
||||
return false;
|
||||
}
|
||||
const result = updateConfirm(from);
|
||||
const hide = message.loading({ content: t('common.loading') });
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
result
|
||||
.then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user