forked from github/dataease
refactor: 堆叠项不允许指标拖入
This commit is contained in:
parent
80bf45de43
commit
8bee21e36a
@ -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]]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user