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