From 03127e64ba6d9828147e2c82c9ea27816cf5ec68 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 15 Jul 2024 20:44:01 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationClauseTableModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)