diff --git a/src/api/cash/financialAccount.js b/src/api/cash/financialAccount.js index 876797e..ddeb9d1 100644 --- a/src/api/cash/financialAccount.js +++ b/src/api/cash/financialAccount.js @@ -44,3 +44,12 @@ export const exportFunds = (data) => { data }) } + +// 业绩调整 +export const adjustment = (data) => { + return http({ + method: 'POST', + url: '/cashCollection/adjust', + data + }) +} diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index 3dd6c69..120ce24 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -1,10 +1,10 @@