diff --git a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue index 9f3dd0590..7a95672ec 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue @@ -83,6 +83,7 @@ import NoticeInfo from '@/jmapNew/theme/components/menus/childDialog/noticeInfo' import CMD from '@/scripts/cmdPlugin/CommandEnum'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import { mapGetters } from 'vuex'; +import ConstConfig from '@/scripts/ConstConfig'; export default { name: 'StandBackStrategy', @@ -95,24 +96,7 @@ export default { dialogShow: false, loading: false, tempData: [], - strategyList: [ - { - value: '01', - label: this.$t('menu.noSwitchback') - }, - { - value: '02', - label: this.$t('menu.noOneSwitchback') - }, - { - value: '03', - label: this.$t('menu.automaticChange') - }, - { - value: '04', - label: this.$t('menu.default') - } - ], + strategyList: ConstConfig.ConstSelect.turnBackTypeList, stationName: '', standStatus: '', selection: [], diff --git a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue index 6db7e986b..07a4391c7 100644 --- a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue @@ -71,6 +71,7 @@ import NoticeInfo from '@/jmapNew/theme/components/menus/childDialog/noticeInfo' import CMD from '@/scripts/cmdPlugin/CommandEnum'; import { OperationEvent } from '@/scripts/cmdPlugin/OperationHandler'; import { mapGetters } from 'vuex'; +import ConstConfig from '@/scripts/ConstConfig'; export default { name: 'StandBackStrategy', @@ -82,24 +83,7 @@ export default { dialogShow: false, loading: false, tempData: [], - strategyList: [ - { - value: '01', - label: this.$t('menu.noSwitchback') - }, - { - value: '02', - label: this.$t('menu.noOneSwitchback') - }, - { - value: '03', - label: this.$t('menu.automaticChange') - }, - { - value: '04', - label: this.$t('menu.default') - } - ], + strategyList: ConstConfig.ConstSelect.turnBackTypeList, stationName: '', standStatus: '', selection: [],