提交 8bee21e3 authored 作者: junjie's avatar junjie

refactor: 堆叠项不允许指标拖入

上级 80bf45de
...@@ -1352,7 +1352,7 @@ export default { ...@@ -1352,7 +1352,7 @@ export default {
return resultNode return resultNode
}, },
addStack(e) { addStack(e) {
this.dragCheckType(this.dimensionData, 'd') this.dragCheckType(this.view.extStack, 'd')
if (this.view.extStack && this.view.extStack.length > 1) { if (this.view.extStack && this.view.extStack.length > 1) {
this.view.extStack = [this.view.extStack[0]] this.view.extStack = [this.view.extStack[0]]
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论