多体系建设信息化条统-前端
zhouwx
2025-10-21 e5f3d3690ea33410c83dc058b36e5ee045e83ba2
src/api/customerList/index.js
@@ -7,6 +7,14 @@
        params: params
    })
}
export function getCustomerAll(params) {
    return request({
        url: 'market/inventory/listAll',
        method: 'get',
        params: params
    })
}
export function addCustomer(data) {
    return request({