| | |
| | | :policeSwitch="policeSwitch" :polylineBtnSwitch="polylineBtnSwitch" :arrowBtnSwitch="arrowBtnSwitch" |
| | | :policeIconId="policeIconId" :lineWidth="lineWidth" @setPoliceOption="setPoliceOption"></two-draw-btn-box> |
| | | |
| | | <polygon-plot ref="PolygonPlotPage" :showingSecurityId="showingSecurityId"></polygon-plot> |
| | | <polygon-plot ref="PolygonPlotPage" :showingSecurityId="showingSecurityId" |
| | | :activityDeptId="activityDeptId"></polygon-plot> |
| | | |
| | | <polyline-plot ref="PolylinePlotPage" :showingSecurityId="showingSecurityId"></polyline-plot> |
| | | |
| | |
| | | let policecarOption = [] |
| | | |
| | | export default { |
| | | inject: ['userInfo', 'activityDeptId'], |
| | | inject: ['userInfo'], |
| | | |
| | | props: ['activityDeptId'], |
| | | |
| | | data () { |
| | | return { |