From 73a9ae225888adae528d9b06233f65da04d883db Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期五, 20 五月 2022 13:42:22 +0800 Subject: [PATCH] 其他业务 --- src/api/otherBusiness.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/api/otherBusiness.js b/src/api/otherBusiness.js index 49419a2..49a3652 100644 --- a/src/api/otherBusiness.js +++ b/src/api/otherBusiness.js @@ -8,3 +8,7 @@ export const getIncomeLine = (params) => { return postRequest('/ybg/webservice/app/asset/getIncomeLine.do',params) } +//33.鏌ヨ灞呮皯浜哄潎鍙敮閰嶆敹鍏ヨ〃鏍兼暟鎹帴鍙� +export const getAchievementTable = (params) => { + return postRequest('/ybg/webservice/app/asset/getAchievementTable.do',params) +} -- Gitblit v1.9.1