|
@@ -224,7 +224,7 @@ import {
|
|
|
// 部门名称
|
|
|
cgqData: [],
|
|
|
deptName: undefined,
|
|
|
- deptId: '',
|
|
|
+ deptId: null,
|
|
|
// 部门树选项
|
|
|
deptOptions: undefined,
|
|
|
defaultProps: {
|
|
@@ -1113,8 +1113,8 @@ import {
|
|
|
selectDeviceType() {
|
|
|
//获取左侧动态感知设备
|
|
|
let that = this
|
|
|
- selectDeviceType(that.deptId).then(res => {
|
|
|
- // selectDeviceType_direct({deptId:that.deptId,type:7}).then(res => {
|
|
|
+ // selectDeviceType(that.deptId).then(res => {
|
|
|
+ selectDeviceType_direct({deptId:that.deptId,type:7}).then(res => {
|
|
|
that.cameraMarkersList = []
|
|
|
that.tempList = []
|
|
|
that.visuForestCloudMapDeviceBOList = res.data.visuForestCloudMapDeviceBOList
|