Merge pull request #8319 from dataease/pr@dev@fix_table_empty_jump_notify

fix(视图): 表格字段未设置跳转信息时未弹出提示
This commit is contained in:
wisonic-s 2024-03-04 18:26:09 +08:00 committed by GitHub
commit e31829fadb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1231,13 +1231,11 @@ export default {
this.windowsJump(url, jumpInfo.jumpType)
}
} else {
if (this.chart.type.indexOf('table') === -1) {
this.$message({
type: 'warn',
message: '未获取跳转信息',
showClose: true
})
}
this.$message({
type: 'warn',
message: '未获取跳转信息',
showClose: true
})
}
},
setIdValueTrans(from, to, content, colList) {