主数据label问题修复
This commit is contained in:
parent
83f5eefe0a
commit
1bff1e9b6e
|
@ -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
|
||||
|
|
|
@ -151,8 +151,7 @@
|
|||
:footerShow="true"
|
||||
:dialogVisible.sync="mainTableDialogShow"
|
||||
:title="activeTitle + '设置'"
|
||||
@handleClose="mainTableDialogShow=false"
|
||||
:submitShow="true"
|
||||
:submitShow="true"
|
||||
:size="'50%'"
|
||||
@handleConfirmClick="mainTableSaveHandle"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue