chenrui
2025-06-05 61c5d5c0d8d75fdd35d134e3e5276b7b1c36cbf1
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
    })
}