diff --git a/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue index f84666c4..52c4fee7 100644 --- a/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue +++ b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue @@ -248,7 +248,7 @@ function fnRecordInstall() { // 进行安装 let preinput = {}; if (from.neType.toUpperCase() === 'IMS') { - preinput = { pisCSCF: 'y' }; + preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' }; } const res = await operateNeVersion({ neType: from.neType, diff --git a/src/views/ne/neVersion/index.vue b/src/views/ne/neVersion/index.vue index ba31775c..d8295cee 100644 --- a/src/views/ne/neVersion/index.vue +++ b/src/views/ne/neVersion/index.vue @@ -314,7 +314,7 @@ function fnRecordVersion( const hide = message.loading(t('common.loading'), 0); let preinput = {}; if (row.neType.toUpperCase() === 'IMS') { - preinput = { pisCSCF: 'y' }; + preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' }; } operateNeVersion({ neType: row.neType, @@ -379,7 +379,7 @@ async function fnRecordUpgrade() { // 开始升级 let preinput = {}; if (row.neType.toUpperCase() === 'IMS') { - preinput = { pisCSCF: 'y' }; + preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' }; } const installData = { neType: row.neType, diff --git a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue index 1876b52a..bbce49d4 100644 --- a/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue +++ b/src/views/system/quick-start/components/NeInfoSoftwareInstall.vue @@ -151,7 +151,7 @@ async function fnRecordInstall() { // 开始安装 let preinput = {}; if (row.neType.toUpperCase() === 'IMS') { - preinput = { pisCSCF: 'y' }; + preinput = { pisCSCF: 'y', updateMFetc: 'No', updateMFshare: 'No' } } const installData = { neType: row.neType,