src/api/cooperativeOffice/clientVisit.js @@ -34,3 +34,11 @@ method: 'delete', }) } // 查询客户档案详细 export function getCustomer(id) { return request({ url: '/basic/customer/' + id, method: 'get' }) }