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