NEZ-1035 fix:group chart 编辑页面无法打开的问题

This commit is contained in:
zhangyu
2021-10-08 10:17:48 +08:00
parent 167d30dc5d
commit f38ce444ed
6 changed files with 7 additions and 4 deletions

View File

@@ -88,7 +88,7 @@
<div class="panel">
<!--图表-->
<div class="table-list" id="tableList">
<div ref="dashboardScrollbar" style="height: 100%; overflow: auto;">
<div ref="dashboardScrollbar" id="dashboardScrollbar" style="height: 100%; overflow: auto;">
<div class="box-content">
<chart-list :draggable="draggable" :from="from" :is-model="from === fromRoute.model" :obj="obj" @on-edit-chart="editChart"
@on-refresh-time="refreshTime" @on-remove-chart="delChart" ref="chartList" :panel-lock="panelLock" :panel-data-list="panelDataList"