Explorar el Código

feat:修改数据

AmandaG hace 1 año
padre
commit
7e9d661671
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Dashboard/src/DashboardView.vue

+ 1 - 1
src/views/Dashboard/src/DashboardView.vue

@@ -1056,7 +1056,7 @@ const ClickParams = (val: any) => {
                     ></SellerChart>
                   </div>
                   <div class="map" style="height: 272px">
-                    <TopMap :obj="dashboardObj.Top10faultData"></TopMap>
+                    <TopMap :obj="dashboardObj.Top10faultData" ref="Top10Originref"></TopMap>
                   </div>
                 </div>
               </template>