mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 10:35:07 +08:00
vue3:【post】
1. 添加 TODO 修改建议 2. 增加注释 3. 调整一些 import、const 的顺序
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ export type PostVO = {
|
||||
createTime?: string
|
||||
}
|
||||
|
||||
// TODO @星语:要不要搞个 Page 基类呀?和后端对应
|
||||
export type PostPageReqVO = {
|
||||
code: string
|
||||
name: string
|
||||
|
Reference in New Issue
Block a user