mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix: 过滤器无法设置多个视图字段
This commit is contained in:
@@ -470,7 +470,7 @@ export default {
|
||||
const stack = [...list]
|
||||
while (stack.length) {
|
||||
const item = stack.pop()
|
||||
if (item.id === fieldId) {
|
||||
if (fieldId.includes(item.id)) {
|
||||
fieldValid = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user