This commit is contained in:
zyy 2019-12-05 18:12:27 +08:00
commit 89dc506054

View File

@ -723,17 +723,16 @@ export default {
this.activeName = 'three'; this.activeName = 'three';
this.field = ''; this.field = '';
this.$emit('fieldSelect', ''); 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()) { } else if (this.field.toUpperCase() === 'getSectionStart'.toUpperCase()) {
this.createModel.leftSectionCode = selected.code; this.createModel.leftSectionCode = selected.code;
this.activeName = 'second'; this.activeName = 'second';
this.field = ''; this.field = '';
this.$emit('fieldSelect', '');
} else if (this.field.toUpperCase() === 'getSectionEnd'.toUpperCase()) { } else if (this.field.toUpperCase() === 'getSectionEnd'.toUpperCase()) {
this.createModel.rightSectionCode = selected.code; this.createModel.rightSectionCode = selected.code;
this.activeName = 'second'; this.activeName = 'second';
this.field = ''; this.field = '';
this.$emit('fieldSelect', '');
} }
} }
} else { } else {