src/api/procurementManagement/paymentLedger.js
@@ -4,7 +4,7 @@ // 分页查询 export function paymentLedgerList(query) { return request({ url: "/purchase/paymentRegistration/paymentLedgerList", url: "/purchase/paymentRegistration/supplierNameListPage", method: "get", params: query, }); @@ -13,7 +13,8 @@ // 分页查询 export function paymentRecordList(supplierId) { return request({ url: "/purchase/paymentRegistration/getPaymentRecordList/" + supplierId, url: "/purchase/paymentRegistration/supplierNameListPageDetails", method: "get", params: supplierId, }); }