feat: 完成user-drawer
This commit is contained in:
@@ -42,5 +42,5 @@ export function postRemove(postIds: IDS) {
|
||||
}
|
||||
|
||||
export function postOptionSelect(deptId: ID) {
|
||||
return requestClient.get(Api.postSelect, { params: { deptId } });
|
||||
return requestClient.get<Post[]>(Api.postSelect, { params: { deptId } });
|
||||
}
|
||||
|
Reference in New Issue
Block a user