Merge pull request #1743 from dataease/pr@dev@feat_S2_pivot

feat: S2 pivot
This commit is contained in:
Junjie 2022-02-08 14:29:11 +08:00 committed by GitHub
commit 6b3d5832d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1867,7 +1867,9 @@ export default {
if (this.view.tableId !== this.changeTable.id) {
this.view.tableId = this.changeTable.id
this.view.xaxis = []
this.view.xaxisExt = []
this.view.yaxis = []
this.view.yaxisExt = []
this.view.customFilter = []
this.view.extStack = []
this.view.extBubble = []