From 3992310427bbfa7a47eeebab9e2b8fbaaaf7eabd Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 29 Jun 2021 15:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=98=E8=BF=94=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue | 2 +- src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue index 7a95672ec..6877ab10d 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/dialog/standBackStrategy.vue @@ -131,7 +131,7 @@ export default { loadInitData(selected) { this.tempData = []; const station = this.stationList.find(n => n.code == selected.stationCode); - this.tempData.push({ name: station.name, station: selected.name, strategy: selected.reentryStrategy || '04' }); + this.tempData.push({ name: station.name, station: selected.name, strategy: selected.reentryStrategy || 'DEFAULT' }); }, doShow(operate, selected) { this.selected = selected; diff --git a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue index 07a4391c7..02ecdeea8 100644 --- a/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue +++ b/src/jmapNew/theme/xian_01/menus/dialog/standBackStrategy.vue @@ -118,7 +118,7 @@ export default { loadInitData(selected) { this.tempData = []; const station = this.stationList.find(n => n.code == selected.stationCode); - this.tempData.push({ name: station.name, station: selected.name, strategy: selected.reentryStrategy || '04' }); + this.tempData.push({ name: station.name, station: selected.name, strategy: selected.reentryStrategy || 'DEFAULT' }); }, strategySelectChange(strategy) { const operate = {