| | |
| | | this.currentPlotType = params.item.plotType |
| | | |
| | | this.closeActivityDetails() |
| | | |
| | | // 当前选中的ID |
| | | this.showingSecurityId = params.item.id |
| | | // 当前选中的详情 |
| | | this.activityDetails = params.item |
| | | |
| | | // 测试安保活动报错 |
| | | this.dialogVisible = true |
| | | |
| | | if (this.userInfo.dept_id == '1123598813738675201' || this.userInfo.dept_id == params.item.deptId) { |
| | |
| | | |
| | | // 加载当前活动区域 |
| | | if (params.item.activityArea && params.item.activityArea.length > 0) { |
| | | |
| | | let polyGonData = params.item.activityArea.slice(11, params.item.activityArea.length - 1) |
| | | polyGonData = polyGonData.replace(/,/g, ";") |
| | | polyGonData = polyGonData.replace(/ /g, ",") |
| | |
| | | this.getSecurityPlotList(params.id) |
| | | this.getSecurityPoliceList(params.id) |
| | | this.getSecurityCarList(params.id) |
| | | |
| | | }, |
| | | |
| | | // 获取树状警员列表 |