fix(视图): 表格字段未设置跳转信息时未弹出提示

This commit is contained in:
wisonic-s 2024-03-04 18:24:58 +08:00
parent 14b162a4da
commit c27262a71b

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) {