多体系建设信息化条统-前端
zhouwx
2026-01-30 6e8a1e66d57b8b12eb9e4201117338c026d71567
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({