This commit is contained in:
caolc
2023-07-06 14:09:07 +08:00
parent b375bb826d
commit 826ca7416f
5 changed files with 179 additions and 12 deletions

View File

@@ -38,6 +38,13 @@ export default {
data: data
})
},
getBCSitesByActivity(data) {
return request({
url: `/${service_name}/${group_name}/getBCSitesByActivity`,
method: 'post',
data: data
})
},
getSiteDetails(data) {
return request({
url: `/${service_name}/${group_name}/getSiteDetails`,