From 76e28b7140b15261f1d82c2855eb09b49e5902b3 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期四, 28 四月 2022 15:03:18 +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