|
|
@ -23,6 +23,7 @@ |
|
|
|
<grid-map ref="map" |
|
|
|
v-if="orgData.id" |
|
|
|
@clickAgency="clickAgencyItem" |
|
|
|
@clickDotBtn="handleClickDotBtn" |
|
|
|
:srcGridData="orgData" |
|
|
|
:dotList="dotList" |
|
|
|
:dotIcoList="dotIcoList" |
|
|
@ -157,7 +158,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<event-info v-if="pageType==='watch-event'" |
|
|
|
ref="ref_event" |
|
|
|
@handleClose="handleClose" /> |
|
|
@ -405,6 +405,8 @@ export default { |
|
|
|
|
|
|
|
methods: { |
|
|
|
handleClickDotBtn (type, info) { |
|
|
|
debugger |
|
|
|
type="create-service" |
|
|
|
this.pageType = type |
|
|
|
if (type == "create-service") { |
|
|
|
// 点击网格发起服务 |
|
|
|