修复租户基站信息网元异常情况获取
This commit is contained in:
@@ -247,8 +247,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