feat: 视图下钻

This commit is contained in:
junjie
2021-08-11 10:35:00 +08:00
parent 75d223f417
commit 3a6f89eb21
2 changed files with 29 additions and 6 deletions

View File

@@ -161,7 +161,6 @@ const data = {
// 添加联动 下钻 等过滤组件
addViewTrackFilter(state, data) {
debugger
const viewId = data.viewId
const trackInfo = state.nowPanelTrackInfo
for (let index = 0; index < state.componentData.length; index++) {