From 1bff1e9b6e3b8be29819a16dae4ae915fc1801a3 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Tue, 18 Jun 2024 15:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=95=B0=E6=8D=AElabel=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/masterDataOptions/dataOrigin/sonTable.vue | 5 ++++- src/views/masterDataOptions/displayInfo/index.vue | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/masterDataOptions/dataOrigin/sonTable.vue b/src/views/masterDataOptions/dataOrigin/sonTable.vue index 7a4461e..770d6aa 100644 --- a/src/views/masterDataOptions/dataOrigin/sonTable.vue +++ b/src/views/masterDataOptions/dataOrigin/sonTable.vue @@ -498,7 +498,10 @@ export default { } }) if (this.typeOptionRuleForm.service) { - this.typeSelectChangeHanlde(this.typeOptionRuleForm.service, '', '', { id: 'service' }, true) + this.typeSelectChangeHanlde(this.typeOptionRuleForm.service, '', '', { + id: 'service', + options: this.serviceOptions + }, true) } this.selectChangeHanlde(this.optionRuleForm.type, '', '', { id: 'type' }, true) this.propertyActiveList = propertyRuleForm diff --git a/src/views/masterDataOptions/displayInfo/index.vue b/src/views/masterDataOptions/displayInfo/index.vue index 57f4204..20dd1c6 100644 --- a/src/views/masterDataOptions/displayInfo/index.vue +++ b/src/views/masterDataOptions/displayInfo/index.vue @@ -151,8 +151,7 @@ :footerShow="true" :dialogVisible.sync="mainTableDialogShow" :title="activeTitle + '设置'" - @handleClose="mainTableDialogShow=false" - :submitShow="true" + :submitShow="true" :size="'50%'" @handleConfirmClick="mainTableSaveHandle" >