forked from github/dataease
fix: 区间条形图跳转设置内字段不正确
This commit is contained in:
parent
f5bc2d74a6
commit
efcfbf7e81
@ -389,7 +389,7 @@
|
||||
<script>
|
||||
import { queryPanelJumpInfo, queryWithViewId, updateJumpSet } from '@/api/panel/linkJump'
|
||||
import { groupTree } from '@/api/panel/panel'
|
||||
import {detailList, getComponentInfo} from '@/api/panel/panelView'
|
||||
import { getComponentInfo } from '@/api/panel/panelView'
|
||||
import { mapState } from 'vuex'
|
||||
|
||||
import draggable from 'vuedraggable'
|
||||
@ -544,6 +544,9 @@ export default {
|
||||
if (xAxis && xAxis[0] && xAxis[0].groupType === 'q') {
|
||||
checkJumpStr = checkJumpStr + chartDetails.extStack
|
||||
}
|
||||
} else if (chartDetails.type === 'bar-time-range') {
|
||||
checkAllAxisStr = chartDetails.xaxis + chartDetails.drillFields
|
||||
checkJumpStr = checkAllAxisStr
|
||||
} else {
|
||||
checkJumpStr = checkAllAxisStr
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user