From fb5068a772c18f819915b383354b8a0fb63fe4b3 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 28 Feb 2025 19:43:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=AD=E8=8E=B7=E5=8F=96=E6=9C=80=E5=A4=A7?= =?UTF-8?q?ID=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/views/dashboard/amfUE/index.vue | 4 ++-- src/views/dashboard/mmeUE/index.vue | 4 ++-- src/views/dashboard/smfCDR/index.vue | 4 ++-- src/views/dashboard/smscCDR/index.vue | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index d09b6865..a373779f 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -693,7 +693,7 @@ export default { installSourceUpload: 'New Upload', installSelect: 'Select Record', installUpload: 'Upload File', - installText: 'Installed', + installText: 'Install', licenseTitle: "Licenses", licenseDesc: "Network element service authorization certification", licenseResultTitle: "Whether to authorize activation immediately", diff --git a/src/views/dashboard/amfUE/index.vue b/src/views/dashboard/amfUE/index.vue index 3628605e..764a275d 100644 --- a/src/views/dashboard/amfUE/index.vue +++ b/src/views/dashboard/amfUE/index.vue @@ -323,8 +323,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; diff --git a/src/views/dashboard/mmeUE/index.vue b/src/views/dashboard/mmeUE/index.vue index b3fa5210..22fb90fb 100644 --- a/src/views/dashboard/mmeUE/index.vue +++ b/src/views/dashboard/mmeUE/index.vue @@ -325,8 +325,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; diff --git a/src/views/dashboard/smfCDR/index.vue b/src/views/dashboard/smfCDR/index.vue index 9506a454..434984d1 100644 --- a/src/views/dashboard/smfCDR/index.vue +++ b/src/views/dashboard/smfCDR/index.vue @@ -397,8 +397,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; diff --git a/src/views/dashboard/smscCDR/index.vue b/src/views/dashboard/smscCDR/index.vue index 050bd9d4..f7db7efc 100644 --- a/src/views/dashboard/smscCDR/index.vue +++ b/src/views/dashboard/smscCDR/index.vue @@ -364,8 +364,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; @@ -591,7 +591,7 @@ onBeforeUnmount(() => { > - +