This commit is contained in:
xiaozhiyong
2023-05-30 14:08:01 +08:00
parent 6b0e5e7399
commit 4a6d49610d
4 changed files with 108 additions and 85 deletions

View File

@@ -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
})
},
}