gaoluyang
2025-06-05 7f0277a65ed5e59317a7fe885c9219c875f1ed77
src/api/procurementManagement/paymentEntry.js
@@ -61,4 +61,12 @@
        method: "get",
        params: query
    })
}
}
// 分页查询
export function paymentHistoryList(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryList',
        method: 'get',
        params: query
    })
}