1轮修复
This commit is contained in:
@@ -47,7 +47,7 @@ export const guestAPI = {
|
||||
* 获取来客列表
|
||||
*/
|
||||
async listGuest(filter?: TbGuestDTO): Promise<ResultDomain<TbGuestDTO>> {
|
||||
const response = await api.get<TbGuestDTO>(`${this.baseUrl}/list`, { params: filter })
|
||||
const response = await api.post<TbGuestDTO>(`${this.baseUrl}/list`, { params: filter })
|
||||
return response.data
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user