diff --git a/src/views/newMap/newMapdraft/mapoperate/section.vue b/src/views/newMap/newMapdraft/mapoperate/section.vue index 11ea86fc7..98706249c 100644 --- a/src/views/newMap/newMapdraft/mapoperate/section.vue +++ b/src/views/newMap/newMapdraft/mapoperate/section.vue @@ -723,17 +723,16 @@ export default { this.activeName = 'three'; this.field = ''; this.$emit('fieldSelect', ''); - } else if (this.field.toUpperCase() === 'handleSection'.toUpperCase()) { - this.operationModel.sectionList.push(selected.code); - this.activeName = 'five'; } else if (this.field.toUpperCase() === 'getSectionStart'.toUpperCase()) { this.createModel.leftSectionCode = selected.code; this.activeName = 'second'; this.field = ''; + this.$emit('fieldSelect', ''); } else if (this.field.toUpperCase() === 'getSectionEnd'.toUpperCase()) { this.createModel.rightSectionCode = selected.code; this.activeName = 'second'; this.field = ''; + this.$emit('fieldSelect', ''); } } } else {