src/api/project/fund.js @@ -176,3 +176,12 @@ method: 'get' }) } //手动计算 export function ManualCalculation(data) { return request({ url: '/project/funddetail/calculateTax', method: 'post', data: data }) }