fix -- 修复表单没有提交按钮bug

This commit is contained in:
konbai
2022-03-13 01:54:49 +08:00
parent 9be67c2619
commit 951f810365

View File

@@ -503,6 +503,7 @@ export default {
handleForm() {
this.formData = {
fields: deepClone(this.drawingList),
...this.formConf
}
this.form.content = JSON.stringify(this.formData);
this.formOpen = true;