fix: 新增表单选择组件保存未生效
parent
138ee3b117
commit
1143924c8c
|
|
@ -396,9 +396,9 @@ export default {
|
|||
},
|
||||
AssembleFormData() {
|
||||
this.formData = {
|
||||
fields: deepClone(this.drawingList),
|
||||
...this.formConf
|
||||
}
|
||||
this.formData.fields = deepClone(this.drawingList);
|
||||
},
|
||||
generate(data) {
|
||||
const func = this[`exec${titleCase(this.operationType)}`]
|
||||
|
|
|
|||
Loading…
Reference in New Issue