曹睿
3 天以前 86d61949a2a84be7867c11709c1f556842c46a10
src/api/procurementManagement/paymentEntry.js
@@ -70,3 +70,12 @@
        params: query
    })
}
// 分页查询
export function paymentHistoryListPage(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryListPage',
        method: 'get',
        params: query
    })
}