{"version":3,"sources":["webpack:///./src/api/CRM/Customer/customerLevel.js"],"names":["getCustomerLevel","params","API","createCustomerLevel","updateCustomerLevel","moveCustomerSource"],"mappings":"gHAAA,uBAOe,cAEXA,iBAAkB,SAAAC,GACd,OAAOC,UAAS,wBAAwBD,IAG5CE,oBAAqB,SAAAF,GACjB,OAAOC,UAAS,2BAA2BD,IAG/CG,oBAAqB,SAAAH,GACjB,OAAOC,UAAS,2BAA2BD,IAG/CI,mBAAoB,SAAAJ,GAChB,OAAOC,UAAS,yBAAyBD","file":"chunk-2d21eb06.1739001309915.js","sourcesContent":["/**\r\n * Created by jerry on 2020/04/13.\r\n * 会员等级api\r\n */\r\n\r\nimport * as API from '@/api/index'\r\n\r\nexport default {\r\n // 获取会员等级列表\r\n getCustomerLevel: params => {\r\n return API.POST('api/customerLevel/all',params)\r\n },\r\n // 新增会员等级\r\n createCustomerLevel: params => {\r\n return API.POST('api/customerLevel/create',params)\r\n },\r\n // 更新会员等级\r\n updateCustomerLevel: params => {\r\n return API.POST('api/customerLevel/update',params)\r\n },\r\n // 移动会员等级\r\n moveCustomerSource: params => {\r\n return API.POST('api/customerLevel/move',params)\r\n },\r\n}"],"sourceRoot":""}