多体系建设信息化条统-前端
祖安之光
2026-02-03 87a051e76ee4b760c48d14972db1a548cfe07562
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({