NEZ-887:当用户未创建 dashboard panel 时,chart 查询错误数据的问题

This commit is contained in:
zhangyu
2021-07-29 16:23:15 +08:00
parent 335ede10b7
commit 614a9c183f
10 changed files with 63 additions and 7 deletions

View File

@@ -47,6 +47,7 @@
</div>
<transition name="el-zoom-in-bottom">
<bottom-box v-if="bottomBox.showSubList"
@getTableData = 'getTableData'
ref="bottomBox"
:from="from"
:is-full-screen="bottomBox.isFullScreen"
@@ -137,6 +138,9 @@ export default {
},
search (searchObj) {
this.$emit('search', searchObj)
},
getTableData () {
this.$emit('getTableData')
}
},
watch: {