Merge pull request #8319 from dataease/pr@dev@fix_table_empty_jump_notify
fix(视图): 表格字段未设置跳转信息时未弹出提示
This commit is contained in:
commit
e31829fadb
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user