shuishen
2023-07-12 e99fe0d12125c0c5dd80d90b445b308c13ecaec2
src/views/activity/components/publicIndex.vue
@@ -14,7 +14,8 @@
            :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>
@@ -61,7 +62,9 @@
let policecarOption = []
export default {
    inject: ['userInfo', 'activityDeptId'],
    inject: ['userInfo'],
    props: ['activityDeptId'],
    data () {
        return {