修改折返默认值

This commit is contained in:
fan 2021-06-29 15:07:11 +08:00
parent 6cee614d56
commit 3992310427
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 = {