diff --git a/yudao-module-infra/src/main/resources/codegen/vue3_admin_uniapp/components/search-form.vue.vm b/yudao-module-infra/src/main/resources/codegen/vue3_admin_uniapp/components/search-form.vue.vm
index fad564b15c..186225415d 100644
--- a/yudao-module-infra/src/main/resources/codegen/vue3_admin_uniapp/components/search-form.vue.vm
+++ b/yudao-module-infra/src/main/resources/codegen/vue3_admin_uniapp/components/search-form.vue.vm
@@ -1,4 +1,5 @@
+
+
搜索${table.classComment}
-
#set ($hasDict = 0)
#foreach ($column in $columns)
#if ($hasDict == 0 && $column.listOperation && $column.dictType && "" != $column.dictType)
#set ($hasDict = 1)
#end
#end
-
#foreach($column in $columns)
#if ($column.listOperation)
#set ($dictType = $column.dictType)
@@ -39,7 +39,6 @@
#elseif ($javaType == "Boolean")
#set ($dictMethod = "getBoolDictOptions")
#end
-
#if ($column.htmlType == "input")
@@ -83,7 +82,6 @@
#end
#end
#end
-
重置
@@ -97,8 +95,6 @@