vue3:【post】

1. 添加 TODO 修改建议
2. 增加注释
3. 调整一些 import、const 的顺序
This commit is contained in:
YunaiV
2022-11-13 01:30:37 +08:00
parent 301b66d30e
commit 424520490d
3 changed files with 31 additions and 13 deletions

View File

@ -31,6 +31,7 @@ export const deletePostApi = async (id: number) => {
}
// 导出岗位
// TODO @星语:导出这块,咱怎么弄哈
export const exportPostApi = async (params: PostExportReqVO) => {
return await request.download({ url: '/system/post/export', params })
}