huminmin
3 天以前 b46d3fcc37e5eb76e77e5b7f1c0e7383af237d30
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,
  });
}