NEZ-887:当用户未创建 dashboard panel 时,chart 查询错误数据的问题
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user