From 710864a4f218abf89cab6fccda600e934d09deb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 25 Feb 2022 18:42:27 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/vm/java/serviceImpl.java.vm | 8 +- .../main/resources/vm/vue/index-tree.vue.vm | 2 +- ruoyi-ui/src/views/system/menu/index.vue | 908 +++++++++--------- 3 files changed, 459 insertions(+), 459 deletions(-) diff --git a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/java/serviceImpl.java.vm b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/java/serviceImpl.java.vm index 2efc2b85..030a0c84 100644 --- a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/java/serviceImpl.java.vm +++ b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/java/serviceImpl.java.vm @@ -48,7 +48,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service { /** * 查询${functionName}列表 * - * @param ${className} ${functionName} + * @param bo ${functionName} * @return ${functionName} */ @Override @@ -62,7 +62,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service { /** * 查询${functionName}列表 * - * @param ${className} ${functionName} + * @param bo ${functionName} * @return ${functionName} */ @Override @@ -101,7 +101,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service { /** * 新增${functionName} * - * @param ${className} ${functionName} + * @param bo ${functionName} * @return 结果 */ @Override @@ -119,7 +119,7 @@ public class ${ClassName}ServiceImpl implements I${ClassName}Service { /** * 修改${functionName} * - * @param ${className} ${functionName} + * @param bo ${functionName} * @return 结果 */ @Override diff --git a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm index 37928941..14c4a14c 100644 --- a/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm +++ b/ruoyi-modules/ruoyi-gen/src/main/resources/vm/vue/index-tree.vue.vm @@ -306,7 +306,7 @@ export default { queryParams: { #foreach ($column in $columns) #if($column.query) - $column.javaField: null#if($foreach.count != $columns.size()),#end + $column.javaField: undefined#if($foreach.count != $columns.size()),#end #end #end }, diff --git a/ruoyi-ui/src/views/system/menu/index.vue b/ruoyi-ui/src/views/system/menu/index.vue index 7fb1c7b6..1b6f39de 100644 --- a/ruoyi-ui/src/views/system/menu/index.vue +++ b/ruoyi-ui/src/views/system/menu/index.vue @@ -1,454 +1,454 @@ - - - + + +