公告板
版本库
filestore
活动
搜索
登录
main
/
jiashicang-front
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
其他业务
付延余
2022-05-20
73a9ae225888adae528d9b06233f65da04d883db
[jiashicang-front.git]
/
src
/
api
/
laborRelations.js
1
2
3
4
5
import {getRequest, postRequest} from "../libs/axios";
export const getWorkerTable = (params) => {
return postRequest('/ybg/webservice/app/labour/getWorkerTable.do')
}