src/api/basicData/customerFile.js
@@ -9,6 +9,15 @@ params: query }) } // 查询地区列表 export function listCustomerRegions(query) { return request({ url: '/basic/customer/regions', method: 'get', params: query }) } // 查询客户档案详细 export function getCustomer(id) { return request({