diff --git a/src/api/system/dict/dict.type.ts b/src/api/system/dict/dict.type.ts
index 0d9faeb2..ed2969f1 100644
--- a/src/api/system/dict/dict.type.ts
+++ b/src/api/system/dict/dict.type.ts
@@ -10,7 +10,7 @@ export type DictTypeVO = {
}
// 查询字典(精简)列表
-export const listSimpleDictType = () => {
+export const getSimpleDictTypeList = () => {
return request.get({ url: '/system/dict-type/list-all-simple' })
}
diff --git a/src/views/infra/codegen/components/BasicInfoForm.vue b/src/views/infra/codegen/components/BasicInfoForm.vue
index 21b280ee..73174cbc 100644
--- a/src/views/infra/codegen/components/BasicInfoForm.vue
+++ b/src/views/infra/codegen/components/BasicInfoForm.vue
@@ -11,7 +11,6 @@
-
@@ -25,7 +24,6 @@
-
@@ -43,13 +41,12 @@
diff --git a/src/views/infra/codegen/components/GenerateInfoForm.vue b/src/views/infra/codegen/components/GenerateInfoForm.vue
index 92bac8dd..356ee6df 100644
--- a/src/views/infra/codegen/components/GenerateInfoForm.vue
+++ b/src/views/infra/codegen/components/GenerateInfoForm.vue
@@ -5,10 +5,10 @@
@@ -17,10 +17,10 @@
@@ -280,17 +280,16 @@