gaoluyang
12 小时以前 1c172cde549b1c87f85f6c78f02fe794c4b83893
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,
  });
}