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(() => { > - +