feat: S2 pivot

This commit is contained in:
junjie 2022-02-08 14:27:40 +08:00
parent 7c89e4a9b8
commit ec45a82244

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 = []