gaoluyang
2025-11-19 b3b394c66696dc61d0d0b0a6f1280709ebd60df7
src/api/system/post.js
@@ -8,6 +8,14 @@
    params: query
  })
}
// 查询岗位列表全部
export function listPostAll(query) {
  return request({
    url: '/system/post/listAll',
    method: 'get',
    params: query
  })
}
// 查询岗位详细
export function getPost(postId) {