替换组件
This commit is contained in:
@ -259,7 +259,7 @@
|
||||
:show-div-location="true"
|
||||
:max-length="12"
|
||||
:page-location="pageLocation"
|
||||
:visible="show_point_dispostion"
|
||||
:disposition-show="show_point_dispostion"
|
||||
@close="closePoint"
|
||||
@getData="getDynamicPointData"
|
||||
/>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
<DispositionChartData :visible="show_dispostion" page-location="runChart" @close="close" @getData="getDynamicData" />
|
||||
<DispositionChartData :disposition-show="show_dispostion" page-location="runChart" @close="close" @getData="getDynamicData" />
|
||||
<!-- <el-dialog
|
||||
:append-to-body="true" title="站点拓扑" :visible.sync="dialogVisible" width="90%" top="40px" center :close-on-click-modal="false">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user