gaoluyang
4 天以前 091d9e9b11fa41531d2827a16c8c85613b7dbf82
src/api/procurementManagement/paymentLedger.js
@@ -11,10 +11,10 @@
}
// 分页查询
export function paymentRecordList(query) {
export function paymentRecordList(supplierId) {
  return request({
    url: "/purchase/paymentRegistration/supplierNameListPageDetails",
    method: "get",
    params: query,
    params: supplierId,
  });
}