Merge branch 'dev' of https://git.code.tencent.com/lian-cbtc/jl-client into dev
This commit is contained in:
commit
89dc506054
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user