{"version":3,"sources":["webpack:///./src/api/CRM/Customer/customerSource.js"],"names":["getCustomerSource","params","API","createCustomerSource","updateCustomerSource","moveCustomerSource"],"mappings":"gHAAA,uBAMe,cAEXA,kBAAmB,SAAAC,GACf,OAAOC,UAAS,yBAAyBD,IAG7CE,qBAAsB,SAAAF,GAClB,OAAOC,UAAS,4BAA4BD,IAGhDG,qBAAsB,SAAAH,GAClB,OAAOC,UAAS,4BAA4BD,IAGhDI,mBAAoB,SAAAJ,GAChB,OAAOC,UAAS,0BAA0BD","file":"chunk-2d210c4b.1739001309915.js","sourcesContent":["/**\r\n * Created by jerry on 2020/04/13.\r\n * 顾客来源api\r\n */\r\nimport * as API from '@/api/index'\r\n\r\nexport default {\r\n // 获取顾客来源列表\r\n getCustomerSource: params => {\r\n return API.POST('api/customerSource/all',params)\r\n },\r\n // 新增来源\r\n createCustomerSource: params => {\r\n return API.POST('api/customerSource/create',params)\r\n },\r\n // 修改来源\r\n updateCustomerSource: params => {\r\n return API.POST('api/customerSource/update',params)\r\n },\r\n // 移动顾客来源\r\n moveCustomerSource: params => {\r\n return API.POST('api/customerSource/move',params)\r\n },\r\n}\r\n"],"sourceRoot":""}