From 1143924c8cd5425bd16ff00d821ff2e5ee61c9b7 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Thu, 30 Mar 2023 21:22:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6=E4=BF=9D=E5=AD=98=E6=9C=AA?= =?UTF-8?q?=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/tool/build/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/tool/build/index.vue b/ruoyi-ui/src/views/tool/build/index.vue index 28e04d68..9c992224 100644 --- a/ruoyi-ui/src/views/tool/build/index.vue +++ b/ruoyi-ui/src/views/tool/build/index.vue @@ -396,9 +396,9 @@ export default { }, AssembleFormData() { this.formData = { - fields: deepClone(this.drawingList), ...this.formConf } + this.formData.fields = deepClone(this.drawingList); }, generate(data) { const func = this[`exec${titleCase(this.operationType)}`]