fix -- 修复表单没有提交按钮bug
This commit is contained in:
@@ -503,6 +503,7 @@ export default {
|
|||||||
handleForm() {
|
handleForm() {
|
||||||
this.formData = {
|
this.formData = {
|
||||||
fields: deepClone(this.drawingList),
|
fields: deepClone(this.drawingList),
|
||||||
|
...this.formConf
|
||||||
}
|
}
|
||||||
this.form.content = JSON.stringify(this.formData);
|
this.form.content = JSON.stringify(this.formData);
|
||||||
this.formOpen = true;
|
this.formOpen = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user