gongchunyi
5 天以前 c0382fa09c21c02a40735d3dccb7a00319fc8a76
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,
  });
}