forked from github/dataease
Merge pull request #506 from dataease/pr@dev@refactor_堆叠项不允许指标拖入
refactor: 堆叠项不允许指标拖入
This commit is contained in:
commit
f9291ec651
@ -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