From 8c0067935c0434e3f51ffae901964a81fd8b1f2f Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期一, 18 四月 2022 14:53:07 +0800 Subject: [PATCH] 人事人才 --- src/api/jiuyeAndChuangye.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/jiuyeAndChuangye.js b/src/api/jiuyeAndChuangye.js index 1682ad2..b42d7a6 100644 --- a/src/api/jiuyeAndChuangye.js +++ b/src/api/jiuyeAndChuangye.js @@ -4,3 +4,8 @@ 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) +} -- Gitblit v1.9.1