fix:project endpoint 列表,点击 详情页面 点击 state 报错

This commit is contained in:
zhangyu
2020-09-27 16:00:41 +08:00
parent 991f9195c4
commit d009633316
8 changed files with 3 additions and 31 deletions

View File

@@ -131,20 +131,6 @@
@on-drag-chart="editChartForDrag"
@on-edit-chart-block="editData"
></chart-alert-list>
<!--<vis-network-->
<!--v-if="item.type === 'topology'"-->
<!--@on-refresh-data="refreshChart"-->
<!--@on-search-data="searchData"-->
<!--@on-remove-chart-block="removeChart"-->
<!--@on-duplicate-chart-block="duplicateChart"-->
<!--@on-drag-chart="editChartForDrag"-->
<!--@on-edit-chart-block="editData"-->
<!--:panel-id="filter.panelId"-->
<!--:chart-data="item"-->
<!--:chart-index="index"-->
<!--&gt;-->
<!--</vis-network>-->
</div>
</draggable>
<el-row v-if="dataList.length === 0" class="noData"></el-row>