|
@@ -12,7 +12,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="graphy-view">
|
|
<div class="graphy-view">
|
|
<div class="graphy-main">
|
|
<div class="graphy-main">
|
|
- <graphy-canvas v-if="show" :param="param" @getDetails="getDetails" @resetPoint="resetPoint" ref="canvas"></graphy-canvas>
|
|
|
|
|
|
+ <graphy-canvas v-if="show" @getDetails="getDetails" @resetPoint="resetPoint" ref="canvas"></graphy-canvas>
|
|
</div>
|
|
</div>
|
|
<div class="graphy-right">
|
|
<div class="graphy-right">
|
|
<graphy-tabs v-show="show" ref="tabs" :pointParam="pointParam" @setFalg="setFalg" @getLocation="getLocation" @getPointList="sendPointList">
|
|
<graphy-tabs v-show="show" ref="tabs" :pointParam="pointParam" @setFalg="setFalg" @getLocation="getLocation" @getPointList="sendPointList">
|