|
@@ -146,7 +146,7 @@ export function uploadBase64(param) {
|
|
|
// 通过事件code查询事件责任部门
|
|
|
export function centereventtdepteventList(param) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestCloudMapController/centereventtdepteventList',
|
|
|
+ url: '/center-village/VisuVillageCloudController/centereventtdepteventList',
|
|
|
method: 'post',
|
|
|
data:param
|
|
|
})
|
|
@@ -154,7 +154,7 @@ export function centereventtdepteventList(param) {
|
|
|
// 通过责任部门查询责任人
|
|
|
export function dutysystemList(param) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestCloudMapController/dutysystemList',
|
|
|
+ url: '/center-village/VisuVillageCloudController/dutysystemList',
|
|
|
method: 'post',
|
|
|
data:param
|
|
|
})
|
|
@@ -163,7 +163,7 @@ export function dutysystemList(param) {
|
|
|
// 事件责任制添加联系人
|
|
|
export function dutysystemAdd(param) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestCloudMapController/dutysystemAdd',
|
|
|
+ url: '/center-village/VisuVillageCloudController/dutysystemAdd',
|
|
|
method: 'post',
|
|
|
data:param
|
|
|
})
|
|
@@ -171,7 +171,7 @@ export function dutysystemAdd(param) {
|
|
|
// 事件责任制删除联系人
|
|
|
export function dutysystemRemove(param) {
|
|
|
return request({
|
|
|
- url: '/center-fire/VisuForestCloudMapController/dutysystemRemove',
|
|
|
+ url: '/center-village/VisuVillageCloudController/dutysystemRemove',
|
|
|
method: 'get',
|
|
|
params:param
|
|
|
})
|