diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue index 133cf6e..a2ce7f8 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue @@ -303,7 +303,7 @@ export default { this.model = Object.assign({}, record) this.visible = true this.$nextTick(() => { - if (typeof this.model.domainArea === 'string') { + if (typeof this.model.domainArea === 'string' && this.model.domainArea.length) { this.model.domainArea = this.model.domainArea.split(',').map(item => ({ value: item })) } this.form.setFieldsValue(this.model)