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