spring
4 天以前 eeefce8145b5ab47ba7148fc05092e2d01e1fc8e
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,
  });
}