From 951f810365e2df2e23f5c3ea02b52e4821b30846 Mon Sep 17 00:00:00 2001 From: konbai <1527468660@qq.com> Date: Sun, 13 Mar 2022 01:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=20--=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/tool/build/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-ui/src/views/tool/build/index.vue b/ruoyi-ui/src/views/tool/build/index.vue index f6dff016..a430cdb9 100644 --- a/ruoyi-ui/src/views/tool/build/index.vue +++ b/ruoyi-ui/src/views/tool/build/index.vue @@ -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;