更新
This commit is contained in:
@@ -49,39 +49,12 @@ export default {
|
||||
method: 'get',
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 油站渠道
|
||||
getSiteChannelList(data) {
|
||||
// 删除
|
||||
deleteByUserId(data) {
|
||||
return request({
|
||||
url: '/oil-site/oilSiteChannel/getSiteChannelList',
|
||||
url: '/oil-user/oilCustomerCompanyRelation/deleteByUserId',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
},
|
||||
// 权限
|
||||
getSiteCloudRoles() {
|
||||
return request({
|
||||
url: '/oil-user/sysRole/getSiteCloudRoles',
|
||||
method: 'get'
|
||||
})
|
||||
},
|
||||
|
||||
// 新增
|
||||
saveCustomerRelationSite(data) {
|
||||
return request({
|
||||
url: '/oil-user/oilCustomerChannelRelation/saveCustomerRelationSite',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user