From d6e8e59c63f381b7321b5b450749610a602a8077 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Mon, 24 Feb 2020 00:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8A=A8=E6=80=81=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=9D=99=E6=80=81=E5=8C=96=E6=A8=A1=E6=9D=BF=E5=92=8C?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/codetemplate/default/route/update.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/update.ftl b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/update.ftl index 586ef60..855c834 100644 --- a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/update.ftl +++ b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/update.ftl @@ -552,7 +552,7 @@ // 初始化选择 var formSelectData = {}; - formSelectData['${field.joinTable}''] = joinValue; + formSelectData['${field.joinTable}'] = joinValue; form.val('dataForm', formSelectData); }, function(code, data) { top.dialog.msg(data.msg);