mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	1. 完成通知模块的迁移
2. 实现 excel 导出的基础功能
This commit is contained in:
		| @@ -30,7 +30,7 @@ export function addNotice(data) { | ||||
| export function updateNotice(data) { | ||||
|   return request({ | ||||
|     url: '/system/notice/update', | ||||
|     method: 'put', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| @@ -39,6 +39,6 @@ export function updateNotice(data) { | ||||
| export function delNotice(noticeId) { | ||||
|   return request({ | ||||
|     url: '/system/notice/delete?id=' + noticeId, | ||||
|     method: 'delete' | ||||
|     method: 'post' | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -49,7 +49,8 @@ export function exportUser(query) { | ||||
|   return request({ | ||||
|     url: '/system/user/export', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV