From b05ab63bc6530078e1d24e85df11ca489979f3d9 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 10 Mar 2021 17:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E5=B2=94=E8=8A=AF=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8F=AF=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/newMapdraft/mapoperate/section/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/newMap/newMapdraft/mapoperate/section/index.vue b/src/views/newMap/newMapdraft/mapoperate/section/index.vue index d945a5594..4913aae58 100644 --- a/src/views/newMap/newMapdraft/mapoperate/section/index.vue +++ b/src/views/newMap/newMapdraft/mapoperate/section/index.vue @@ -213,7 +213,7 @@ export default { { prop: 'rightStopPointOffset', label: this.$t('map.rightStopPointOffset'), type: 'number', min: 0, max: this.maxLengthFact, isHidden: !this.isStopPointOffset }, // 右向停车点偏移量 { prop: 'region', label: this.$t('map.sectionColon'), type: 'select', optionLabel: 'label', optionValue: 'value', options: this.regionList, isHidden: !this.sectionColonShow }, { prop: 'trainWindowCode', label: '关联车次窗', type: 'input', disabled: true, isHidden: !this.isSwitchSectionShow }, - { prop: 'relCrossSection', label: '关联岔芯', type: 'select', optionLabel: 'name&&code', optionValue: 'code', isHidden: this.isSwitchSectionType, options: this.crossSectionList } + { prop: 'relCrossSection', label: '关联岔芯', type: 'select', optionLabel: 'name&&code', optionValue: 'code', clearable: true, isHidden: this.isSwitchSectionType, options: this.crossSectionList } // || !this.isCrossSectionType ] } @@ -403,7 +403,7 @@ export default { this.centralizedStationList = this.stationList.filter(station => station.centralized); } if (this.sectionList && this.sectionList.length) { - this.crossSectionList = this.sectionList.filter(section => section.type === '05'); + this.crossSectionList = this.sectionList.filter(section => section.type === '05'); } }, deviceSelect(selected) {