Browse Source

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

master
tony 3 years ago
parent
commit
d2eff3fdec
  1. 2
      ruoyi-ui/src/views/tool/build/index.vue

2
ruoyi-ui/src/views/tool/build/index.vue

@ -505,9 +505,9 @@ export default {
/** 表单基本信息 */
handleForm(){
this.formData = {
fields: deepClone(this.drawingList),
...this.formConf
}
this.formData.fields = deepClone(this.drawingList);
this.form.formContent = JSON.stringify(this.formData);
this.formOpen = true;
this.formTitle = "添加表单";

Loading…
Cancel
Save