From cfb813f540e11cbadf041b295c342b02da97da56 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期四, 28 四月 2022 15:55:00 +0800 Subject: [PATCH] 其他业务 --- src/api/personnelTalents.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/personnelTalents.js b/src/api/personnelTalents.js index 491f0f6..e2a24bc 100644 --- a/src/api/personnelTalents.js +++ b/src/api/personnelTalents.js @@ -4,3 +4,8 @@ export const getPersonTable = (params) => { return postRequest('/ybg/webservice/app/personnel/getPersonTable.do',params) } + +//30.鏌ヨ浜烘墠缁垮崱璐埧琛ヨ创琛ㄦ牸鏁版嵁鎺ュ彛 +export const getPersonCardTable = (params) => { + return postRequest('/ybg/webservice/app/personnel/getPersonCardTable.do',params) +} -- Gitblit v1.9.1