mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	多模块重构 10:去除 Freemarker 依赖,修改字典的前缀,从 sys=》system、inf=》infra 见名知意
This commit is contained in:
		
							
								
								
									
										26
									
								
								yudao-admin-ui/src/api/tool/dbDoc.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								yudao-admin-ui/src/api/tool/dbDoc.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| // 导出参数 | ||||
| import request from "@/utils/request"; | ||||
|  | ||||
| export function exportHtml() { | ||||
|   return request({ | ||||
|     url: '/tool/db-doc/export-html', | ||||
|     method: 'get', | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| export function exportWord() { | ||||
|   return request({ | ||||
|     url: '/tool/db-doc/export-word', | ||||
|     method: 'get', | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| export function exportMarkdown() { | ||||
|   return request({ | ||||
|     url: '/tool/db-doc/export-markdown', | ||||
|     method: 'get', | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV