From 727c2fcf3c5070d63d8ce69f5bb2e84232694723 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 24 Jan 2019 21:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=BB=E5=AD=90=E8=A1=A8?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=B8=8B=EF=BC=8C=E5=AD=90=E8=A1=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E4=B8=8D=E7=82=B9=E5=87=BB=E7=A1=AE=E8=AE=A4=E5=88=A0=E9=99=A4?= =?UTF-8?q?=EF=BC=8C=E4=BF=9D=E5=AD=98=E4=B9=8B=E5=90=8E=E4=BB=8D=E4=BC=9A?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20https://gitee.com/thinkgem/jeesite4/issues?= =?UTF-8?q?/IRDVT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/modules/gen/include/formChildTableScript.html | 2 +- web/src/main/resources/views/modules/test/testDataForm.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html b/modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html index de1f5b32..c11f96cf 100644 --- a/modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html +++ b/modules/core/src/main/resources/templates/modules/gen/include/formChildTableScript.html @@ -140,7 +140,7 @@ if (table.tplCategory != 'query'){ if (val == 'new'){ actions.push(' '); }else{ - actions.push(' '); + actions.push(' '); } return actions.join(''); }, editoptions: {defaultValue: 'new'}} diff --git a/web/src/main/resources/views/modules/test/testDataForm.html b/web/src/main/resources/views/modules/test/testDataForm.html index 7055a13e..dc86daeb 100644 --- a/web/src/main/resources/views/modules/test/testDataForm.html +++ b/web/src/main/resources/views/modules/test/testDataForm.html @@ -303,7 +303,7 @@ $("#testDataChildDataGrid").dataGrid({ if (val == 'new'){ actions.push(' '); }else{ - actions.push(' '); + actions.push(' '); } return actions.join(''); }, editoptions: {defaultValue: 'new'}}