src/api/procurementManagement/paymentEntry.js
@@ -70,3 +70,12 @@ params: query }) } // 分页查询 export function paymentHistoryListPage(query) { return request({ url: '/purchase/paymentRegistration/paymentHistoryListPage', method: 'get', params: query }) }