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

This commit is contained in:
taojinlong 2022-04-06 16:15:32 +08:00
commit 756f2896a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dataease",
"version": "1.8.0",
"version": "1.9.0",
"description": "dataease front",
"private": true,
"scripts": {

View File

@ -2197,6 +2197,7 @@ export default {
//
changeChart() {
this.view.dataFrom = 'dataset'
if (this.view.tableId !== this.changeTable.id) {
this.view.tableId = this.changeTable.id
this.view.xaxis = []
@ -2207,7 +2208,6 @@ export default {
this.view.extStack = []
this.view.extBubble = []
this.view.drillFields = []
this.view.dataFrom = 'dataset'
}
// this.save(true, 'chart', false)
this.calcData(true, 'chart', false)