mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix(视图): 修复表格联动可能出现目标视图没有数据问题
This commit is contained in:
@@ -247,7 +247,9 @@ export default {
|
||||
}
|
||||
const dimensionList = []
|
||||
for (const key in rowData) {
|
||||
dimensionList.push({ id: nameIdMap[key], value: rowData[key] })
|
||||
if(meta.fieldValue === rowData[key]){
|
||||
dimensionList.push({ id: nameIdMap[key], value: rowData[key] })
|
||||
}
|
||||
}
|
||||
|
||||
this.pointParam = {
|
||||
|
||||
Reference in New Issue
Block a user