mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor: 空值不参与联动
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user