fix: UDM数据load失败无法重试
This commit is contained in:
@@ -558,6 +558,9 @@ function fnLoadData() {
|
|||||||
fnQueryReset();
|
fnQueryReset();
|
||||||
}, timerS * 1000);
|
}, timerS * 1000);
|
||||||
} else {
|
} else {
|
||||||
|
modalState.loadDataLoading = false;
|
||||||
|
tableState.loading = false; // 表格loading
|
||||||
|
fnQueryReset();
|
||||||
message.error({
|
message.error({
|
||||||
content: t('common.getInfoFail'),
|
content: t('common.getInfoFail'),
|
||||||
duration: 3,
|
duration: 3,
|
||||||
|
|||||||
@@ -924,6 +924,9 @@ function fnLoadData() {
|
|||||||
fnQueryReset();
|
fnQueryReset();
|
||||||
}, timerS * 1000);
|
}, timerS * 1000);
|
||||||
} else {
|
} else {
|
||||||
|
modalState.loadDataLoading = false;
|
||||||
|
tableState.loading = false; // 表格loading
|
||||||
|
fnQueryReset();
|
||||||
message.error({
|
message.error({
|
||||||
content: t('common.getInfoFail'),
|
content: t('common.getInfoFail'),
|
||||||
duration: 3,
|
duration: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user