diff --git a/frontend/src/api/system/dictionary/dictType/index.ts b/frontend/src/api/system/dictionary/dictType/index.ts
index ccf7bda..6035e3e 100644
--- a/frontend/src/api/system/dictionary/dictType/index.ts
+++ b/frontend/src/api/system/dictionary/dictType/index.ts
@@ -21,4 +21,7 @@ export const deleteDictType = (params: string[]) => {
return http.post(`/dictType/delete`, params)
}
-
+//导出字典类型
+export const exportdictType=(params: Dict.ReqDictTypeParams)=>{
+ return http.post(`/dictType/export`, params)
+}
diff --git a/frontend/src/views/system/dictionary/dictType/index.vue b/frontend/src/views/system/dictionary/dictType/index.vue
index cf87743..9f47f58 100644
--- a/frontend/src/views/system/dictionary/dictType/index.vue
+++ b/frontend/src/views/system/dictionary/dictType/index.vue
@@ -7,7 +7,7 @@
>
新增
- 导出
+ 导出
批量删除
@@ -26,18 +26,15 @@