From 39fdcc33db586bb0c03a8c0ae66f772cd0cfed95 Mon Sep 17 00:00:00 2001 From: WenG <450292408@qq.com> Date: Fri, 4 Sep 2020 17:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= 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 4701278..c95d0ed 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 @@ -880,7 +880,7 @@ // 初始化选择 var formSelectData = {}; - formSelectData['${field.joinTable}'] = joinValue; + formSelectData['${field.joinTable}Id'] = joinValue; form.val('dataForm', formSelectData); }, function(code, data) { top.dialog.msg(data.msg);