src/api/salesManagement/receiptPayment.js
@@ -55,7 +55,7 @@ }) } // 分页查询 // 询回款记录 export function receiptPaymentHistoryList(query) { return request({ url: '/receiptPayment/receiptPaymentHistoryList', @@ -63,3 +63,14 @@ params: query }) } /** * 查询回款记录分页查询 */ export function receiptPaymentHistoryListPage(query) { return request({ url: '/receiptPayment/receiptPaymentHistoryListPage', method: 'get', params: query }) }