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'}}