refactor: 空值不参与联动

This commit is contained in:
wangjiahao
2025-06-30 14:50:09 +08:00
committed by 王嘉豪
parent 3fe5f09f13
commit aaee16b266

View File

@@ -1409,7 +1409,7 @@ export const dvMainStore = defineStore('dataVisualization', {
viewIds: [targetViewId],
sourceViewId: viewId
}
} else {
} else if (QDItem.value !== null && QDItem.value !== '') {
condition = {
fieldId: targetFieldId,
operator: 'eq',