forked from github/dataease
fix(仪表板): 修复表格空单元格未设置跳转依然可以跳转问题
This commit is contained in:
parent
06ee7123f0
commit
6799914497
@ -254,7 +254,7 @@ export default {
|
||||
data: {
|
||||
dimensionList: dimensionList,
|
||||
quotaList: [],
|
||||
name: meta.fieldValue
|
||||
name: meta.fieldValue||'null'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user