fix: 保存表单选择组件保存未生效
parent
1143924c8c
commit
d2eff3fdec
|
|
@ -505,9 +505,9 @@ export default {
|
||||||
/** 表单基本信息 */
|
/** 表单基本信息 */
|
||||||
handleForm(){
|
handleForm(){
|
||||||
this.formData = {
|
this.formData = {
|
||||||
fields: deepClone(this.drawingList),
|
|
||||||
...this.formConf
|
...this.formConf
|
||||||
}
|
}
|
||||||
|
this.formData.fields = deepClone(this.drawingList);
|
||||||
this.form.formContent = JSON.stringify(this.formData);
|
this.form.formContent = JSON.stringify(this.formData);
|
||||||
this.formOpen = true;
|
this.formOpen = true;
|
||||||
this.formTitle = "添加表单";
|
this.formTitle = "添加表单";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue