fix: 新增表单选择组件保存未生效

rf
tony 2023-03-30 21:22:33 +08:00
parent 138ee3b117
commit 1143924c8c
1 changed files with 1 additions and 1 deletions

View File

@ -396,9 +396,9 @@ export default {
}, },
AssembleFormData() { AssembleFormData() {
this.formData = { this.formData = {
fields: deepClone(this.drawingList),
...this.formConf ...this.formConf
} }
this.formData.fields = deepClone(this.drawingList);
}, },
generate(data) { generate(data) {
const func = this[`exec${titleCase(this.operationType)}`] const func = this[`exec${titleCase(this.operationType)}`]