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

@@ -41,5 +41,12 @@ export default {
data
})
},
// 删除
removeCustomerRelationSite(data) {
return request({
url: '/oil-user/oilCustomerChannelRelation/removeCustomerRelationSite',
method: 'post',
data
})
},
}