mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	style: 优化导入用户部分界面及接口路径
This commit is contained in:
		| @@ -10,7 +10,7 @@ import { Message, Notification } from '@arco-design/web-vue' | ||||
| interface NavigatorWithMsSaveOrOpenBlob extends Navigator { | ||||
|   msSaveOrOpenBlob: (blob: Blob, fileName: string) => void | ||||
| } | ||||
| export const useDownload = async (api: () => Promise<any>, isNotify = true, tempName = '', fileType = '.xlsx') => { | ||||
| export const useDownload = async (api: () => Promise<any>, isNotify = false, tempName = '', fileType = '.xlsx') => { | ||||
|   try { | ||||
|     const res = await api() | ||||
|     if (res.headers['content-disposition']) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user