fix: UDM用户数据加载速度优化并提示时间
This commit is contained in:
@@ -894,10 +894,10 @@ function fnLoadData() {
|
||||
resetUDMSub(neId).then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
const num = res.data;
|
||||
const timerS = Math.ceil(+num / 1500) + 1;
|
||||
const timerS = Math.ceil(+num / 2000) + 3;
|
||||
notification.success({
|
||||
message: t('views.neUser.sub.loadData'),
|
||||
description: t('views.neUser.sub.loadDataTip', { num }),
|
||||
description: t('views.neUser.sub.loadDataTip', { num, timer: timerS }),
|
||||
duration: timerS,
|
||||
});
|
||||
// 延迟20s后关闭loading刷新列表
|
||||
|
||||
Reference in New Issue
Block a user