主数据label问题修复

This commit is contained in:
hyt 2024-06-18 15:13:14 +08:00
parent 83f5eefe0a
commit 1bff1e9b6e
2 changed files with 5 additions and 3 deletions

View File

@ -498,7 +498,10 @@ export default {
} }
}) })
if (this.typeOptionRuleForm.service) { 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.selectChangeHanlde(this.optionRuleForm.type, '', '', { id: 'type' }, true)
this.propertyActiveList = propertyRuleForm this.propertyActiveList = propertyRuleForm

View File

@ -151,8 +151,7 @@
:footerShow="true" :footerShow="true"
:dialogVisible.sync="mainTableDialogShow" :dialogVisible.sync="mainTableDialogShow"
:title="activeTitle + '设置'" :title="activeTitle + '设置'"
@handleClose="mainTableDialogShow=false" :submitShow="true"
:submitShow="true"
:size="'50%'" :size="'50%'"
@handleConfirmClick="mainTableSaveHandle" @handleConfirmClick="mainTableSaveHandle"
> >