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 showClose: true
}) })
this.treeNode() this.treeNode()
this.$store.dispatch('chart/setTable', new Date().getTime()) this.$emit('switchComponent', { name: '' })
}) })
} else { } else {
// this.$message({ // this.$message({

View File

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

View File

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

View File

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