多体系建设信息化条统-前端
zhouwx
9 days ago 6b338b45fe9b688996d1d1440a3b87767f042ec3
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({