This commit is contained in:
caolc
2023-07-06 14:09:44 +08:00
parent c2d90eed8c
commit 5c9a65fdcb
6 changed files with 210 additions and 52 deletions

View File

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