fix: 区间条形图跳转设置内字段不正确

This commit is contained in:
ulleo 2023-12-22 17:12:10 +08:00
parent f5bc2d74a6
commit efcfbf7e81

View File

@ -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
}