diff --git a/src/api/system/area.js b/src/api/system/area.js index 52a8466..fea802b 100644 --- a/src/api/system/area.js +++ b/src/api/system/area.js @@ -54,6 +54,14 @@ export function updateArea(data) { data: data }) } +// 修改运营区 +export function updateArea2(data) { + return request({ + url: '/system/area/guide', + method: 'put', + data: data + }) +} // 删除运营区 export function delArea(areaId) { diff --git a/src/api/system/dept.js b/src/api/system/dept.js index 99498f7..e8963f4 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -58,9 +58,10 @@ export function getBalance(){ }) } // 查询运营商信息 -export function getDeptByToken(){ +export function getDeptByToken(deptId){ return request({ url: '/system/dept/getDept', - method: 'get' + method: 'get', + params: {deptId: deptId} }) } diff --git a/src/api/system/device.js b/src/api/system/device.js index e3e54ca..2dc7388 100644 --- a/src/api/system/device.js +++ b/src/api/system/device.js @@ -76,6 +76,14 @@ export function oneClickWarehousing(deviceId) { }) } +// 更新设备 +export function refreshDevice(deviceId) { + return request({ + url: '/system/device/refreshDevice/' + deviceId, + method: 'post' + }) +} + // 查询所有车辆信息 export function allDevice() { diff --git a/src/components/Map/location/LocationMap.vue b/src/components/Map/location/LocationMap.vue index ce45695..eec4ba2 100644 --- a/src/components/Map/location/LocationMap.vue +++ b/src/components/Map/location/LocationMap.vue @@ -122,6 +122,7 @@ export default { // 标点 this.removeAllMarker(); console.log("添加标记点") + console.log("====",this.initLng, this.initLat,this.deviceSn, this.status, this.onlineStatus) this.addMarker(this.initLng, this.initLat, this.deviceSn, this.status, this.onlineStatus); // this.$emit('map-geo', res, this.initLng, this.initLat); diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 53c5704..581340a 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -114,7 +114,7 @@ @@ -362,11 +362,6 @@ - - - - - @@ -375,10 +370,6 @@ - - - - @@ -401,7 +392,7 @@