gaoluyang
6 天以前 c9cfcbda7fb7c8b62b27d623feb0418790396740
src/api/customerService/index.js
@@ -77,7 +77,7 @@
// 根据客户查询销售订单号
export function getSalesLedger(query) {
    return request({
        url: '/afterSalesService/listSalesLedger',
        url: '/shippingInfo/getByCustomerName',
        method: 'get',
        params: query,
    })