分支自 product-inventory-management
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) {