From 6d2945c5065f62d0643cdbd62eb7d5fa14c7368a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 28 Feb 2025 19:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=9C=80=E5=A4=A7ID=E7=9A=84=E9=80=BB=E8=BE=91=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/imsCDR/index.vue | 93 +--------------------------- 1 file changed, 3 insertions(+), 90 deletions(-) diff --git a/src/views/dashboard/imsCDR/index.vue b/src/views/dashboard/imsCDR/index.vue index ad0842e0..cc8fdb51 100644 --- a/src/views/dashboard/imsCDR/index.vue +++ b/src/views/dashboard/imsCDR/index.vue @@ -388,8 +388,8 @@ function fnGetList(pageNum?: number) { }); // 取最大值ID用作实时累加 - if (res.total > 0) { - modalState.maxId = Number(res.rows[0].id); + if (total > 0) { + modalState.maxId = Number(rows[0].id); } } tableState.loading = false; @@ -617,7 +617,7 @@ onBeforeUnmount(() => { > - + { -