mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix(仪表板): 修复汇总表配置跳转字段后切换明细表跳转字段未清空
This commit is contained in:
@@ -194,8 +194,8 @@ export default {
|
||||
if (this.editStatus&&this.canEdit===false) {
|
||||
this.canEdit = true
|
||||
this.element['editing'] = true
|
||||
this.reShow()
|
||||
this.myValue = this.element.propValue.textValue
|
||||
this.reShow()
|
||||
}
|
||||
},
|
||||
reShow() {
|
||||
|
||||
@@ -362,8 +362,10 @@ export default {
|
||||
const checkAllAxisStr = chartDetails.xaxis + chartDetails.xaxisExt + chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields
|
||||
let checkJumpStr
|
||||
if (chartDetails.type === 'table-pivot') {
|
||||
checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt
|
||||
} else {
|
||||
checkJumpStr = chartDetails.yaxis + chartDetails.yaxisExt + chartDetails.drillFields
|
||||
}else if(chartDetails.type === 'table-info') {
|
||||
checkJumpStr = chartDetails.xaxis + chartDetails.drillFields
|
||||
}else {
|
||||
checkJumpStr = checkAllAxisStr
|
||||
}
|
||||
// 获取可关联的仪表板
|
||||
|
||||
Reference in New Issue
Block a user