主数据label问题修复
This commit is contained in:
parent
83f5eefe0a
commit
1bff1e9b6e
|
@ -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
|
||||||
|
|
|
@ -151,7 +151,6 @@
|
||||||
: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"
|
||||||
|
|
Loading…
Reference in New Issue