refactor: 交互调整

This commit is contained in:
junjie 2022-01-19 17:46:08 +08:00
parent b490d15f56
commit 1846b282d6
4 changed files with 2 additions and 12 deletions

View File

@ -558,7 +558,7 @@ export default {
showClose: true
})
this.treeNode()
this.$store.dispatch('chart/setTable', new Date().getTime())
this.$emit('switchComponent', { name: '' })
})
} else {
// this.$message({

View File

@ -1,7 +1,6 @@
<template>
<el-row v-loading="loading" style="height: 100%;overflow-y: hidden;width: 100%;">
<el-row style="height: 40px;" class="padding-lr">
<span v-show="false">{{ refreshPage }}</span>
<span class="title-text" style="line-height: 40px;">{{ view.name }}</span>
<el-popover
placement="right-start"
@ -1106,10 +1105,6 @@ export default {
}
},
computed: {
refreshPage: function() {
this.getChart(this.param.id)
return this.$store.getters.chartTable
},
chartType() {
return this.chart.type
}

View File

@ -1,6 +1,5 @@
<template>
<el-row style="height: 100%;overflow-y: hidden;width: 100%;">
<span v-show="false">{{ refreshPage }}</span>
<el-row style="height: 26px;">
<span class="title-text" style="line-height: 26px;">
{{ table.name }}
@ -108,10 +107,6 @@ export default {
computed: {
hideCustomDs: function() {
return this.$store.getters.hideCustomDs
},
refreshPage: function() {
this.initTable(this.param.id)
return this.$store.getters.table
}
},
watch: {

View File

@ -436,7 +436,7 @@ export default {
_this.expandedArray.push(table.sceneId)
_this.$refs.datasetTreeRef.setCurrentKey(table.id)
_this.treeNode()
this.$store.dispatch('dataset/setTable', new Date().getTime())
this.$emit('switchComponent', { name: '' })
})
} else {
return false