chenrui
22 小时以前 ece2dfeb926d728b10db38038e4d12e9e9851c24
src/api/procurementManagement/paymentEntry.js
@@ -61,4 +61,21 @@
        method: "get",
        params: query
    })
}
}
// 分页查询
export function paymentHistoryList(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryList',
        method: 'get',
        params: query
    })
}
// 分页查询
export function paymentHistoryListPage(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryListPage',
        method: 'get',
        params: query
    })
}