From 009c4cf590d8f94c8ca0a0e0fd5d4e7d3cf2ee56 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Wed, 16 Oct 2024 11:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=9F=E6=88=B7=E5=9F=BA?= =?UTF-8?q?=E7=AB=99=E4=BF=A1=E6=81=AF=E7=BD=91=E5=85=83=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E6=83=85=E5=86=B5=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tenant/base5G/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/tenant/base5G/index.vue b/src/views/tenant/base5G/index.vue index 1b926200..3c6404b5 100644 --- a/src/views/tenant/base5G/index.vue +++ b/src/views/tenant/base5G/index.vue @@ -247,8 +247,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; }