针对获取基站信息时网元异常问题
This commit is contained in:
@@ -288,8 +288,8 @@ function fnGet45GList(pageNum?: number) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//AMF返回404是代表没找到这个数据 GNB_NOT_FOUND
|
//AMF返回404是代表没找到这个数据 GNB_NOT_FOUND
|
||||||
tablePagination.total = 0;
|
tablePagination.total += allBaseData.total;
|
||||||
tableState.data = [];
|
tableState.data = [...tableState.data, ...allBaseData.rows];
|
||||||
}
|
}
|
||||||
tableState.loading = false;
|
tableState.loading = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user