mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
This commit is contained in:
@@ -1214,6 +1214,9 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
paramValue = [paramValue]
|
||||
operator = 'eq'
|
||||
} else if (paramValue && Array.isArray(paramValue)) {
|
||||
if (paramValue.length === 1) {
|
||||
operator = 'eq'
|
||||
}
|
||||
paramValueStr = ''
|
||||
paramValue.forEach((innerValue, index) => {
|
||||
if (index === 0) {
|
||||
|
||||
Reference in New Issue
Block a user