fix: fnGetList change to fnGet45GList
This commit is contained in:
@@ -191,7 +191,7 @@ function fnGet45GList(pageNum?: number) {
|
|||||||
queryParams.pageNum !== 1
|
queryParams.pageNum !== 1
|
||||||
) {
|
) {
|
||||||
tableState.loading = false;
|
tableState.loading = false;
|
||||||
fnGetList(queryParams.pageNum - 1);
|
fnGet45GList(queryParams.pageNum - 1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//AMF返回404是代表没找到这个数据 GNB_NOT_FOUND
|
//AMF返回404是代表没找到这个数据 GNB_NOT_FOUND
|
||||||
|
|||||||
Reference in New Issue
Block a user