fix: UDM数据load失败无法重试

This commit is contained in:
TsMask
2024-10-16 16:46:57 +08:00
parent 5a621053a4
commit f7833bcd9f
2 changed files with 6 additions and 0 deletions

View File

@@ -558,6 +558,9 @@ function fnLoadData() {
fnQueryReset();
}, timerS * 1000);
} else {
modalState.loadDataLoading = false;
tableState.loading = false; // 表格loading
fnQueryReset();
message.error({
content: t('common.getInfoFail'),
duration: 3,

View File

@@ -924,6 +924,9 @@ function fnLoadData() {
fnQueryReset();
}, timerS * 1000);
} else {
modalState.loadDataLoading = false;
tableState.loading = false; // 表格loading
fnQueryReset();
message.error({
content: t('common.getInfoFail'),
duration: 3,