diff --git a/src/views/ne/neQuickSetup/components/NeInfoConfig.vue b/src/views/ne/neQuickSetup/components/NeInfoConfig.vue index 4e37c975..756ed0f5 100644 --- a/src/views/ne/neQuickSetup/components/NeInfoConfig.vue +++ b/src/views/ne/neQuickSetup/components/NeInfoConfig.vue @@ -268,7 +268,7 @@ function fnStepPrev() { title: t('common.tipTitle'), content: t('views.ne.neQuickSetup.stepPrevTip'), onOk() { - fnRestStepState(); + fnRestStepState(t); fnToStepName('Start'); }, }); diff --git a/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue index 7427a194..ec8da3a5 100644 --- a/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue +++ b/src/views/ne/neQuickSetup/components/NeInfoSoftwareInstall.vue @@ -1,18 +1,14 @@