diff --git a/src/views/neUser/base5G/index.vue b/src/views/neUser/base5G/index.vue index ecabf663..563f64fe 100644 --- a/src/views/neUser/base5G/index.vue +++ b/src/views/neUser/base5G/index.vue @@ -288,8 +288,8 @@ function fnGet45GList(pageNum?: number) { } } else { //AMF返回404是代表没找到这个数据 GNB_NOT_FOUND - tablePagination.total = 0; - tableState.data = []; + tablePagination.total += allBaseData.total; + tableState.data = [...tableState.data, ...allBaseData.rows]; } tableState.loading = false; }