提交 756f2896 authored 作者: taojinlong's avatar taojinlong

Merge branch 'v1.9' of github.com:dataease/dataease into v1.9

{ {
"name": "dataease", "name": "dataease",
"version": "1.8.0", "version": "1.9.0",
"description": "dataease front", "description": "dataease front",
"private": true, "private": true,
"scripts": { "scripts": {
......
...@@ -2197,6 +2197,7 @@ export default { ...@@ -2197,6 +2197,7 @@ export default {
// 更换数据集 // 更换数据集
changeChart() { changeChart() {
this.view.dataFrom = 'dataset'
if (this.view.tableId !== this.changeTable.id) { if (this.view.tableId !== this.changeTable.id) {
this.view.tableId = this.changeTable.id this.view.tableId = this.changeTable.id
this.view.xaxis = [] this.view.xaxis = []
...@@ -2207,7 +2208,6 @@ export default { ...@@ -2207,7 +2208,6 @@ export default {
this.view.extStack = [] this.view.extStack = []
this.view.extBubble = [] this.view.extBubble = []
this.view.drillFields = [] this.view.drillFields = []
this.view.dataFrom = 'dataset'
} }
// this.save(true, 'chart', false) // this.save(true, 'chart', false)
this.calcData(true, 'chart', false) this.calcData(true, 'chart', false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论