From 39268e216257a29fa07fc92cf64ba3c3d7d5bc90 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Mon, 30 Sep 2024 11:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9=E8=8E=B7=E5=8F=96=E5=9F=BA?= =?UTF-8?q?=E7=AB=99=E4=BF=A1=E6=81=AF=E6=97=B6=E7=BD=91=E5=85=83=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/base5G/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }