付延余
2022-04-18 8c0067935c0434e3f51ffae901964a81fd8b1f2f
1
2
3
4
5
6
7
8
9
10
11
import { getRequest, postRequest} from "../libs/axios";
 
//2.查询劳动就业表格数据接口
export const getLabourTable = (params) => {
  return postRequest('/ybg/webservice/app/employment/getLabourTable.do',params)
}
 
//
export const getLabourLine = (params) => {
  return postRequest('/ybg/webservice/app/employment/getLabourLine.do',params)
}