祖安之光
7 天以前 35b1970aa850c233f7f9f26a5992ece5d356fe92
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({