CN-1447 fix: 修复在Entity搜索框中添加两个重复的搜索条件和一个不重复条件时,页面报错的问题
This commit is contained in:
@@ -1414,8 +1414,8 @@ export default class Parser {
|
|||||||
} else if (i.toLowerCase() === 'tag') {
|
} else if (i.toLowerCase() === 'tag') {
|
||||||
lastObj[i] = `has(${i},${commonObj[i]})`
|
lastObj[i] = `has(${i},${commonObj[i]})`
|
||||||
} else {
|
} else {
|
||||||
// 单独存在的,直接保留
|
// 单独存在的,直接保留 todo 后续观察当初添加单引号动机和问题
|
||||||
lastObj[i] = `${i} = '${commonObj[i]}'`
|
lastObj[i] = `${i} = ${commonObj[i]}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user