From 7f3bd68b67a4f8ae0565b19433299c5e6336f951 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 19 五月 2022 14:46:07 +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