mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: 数字区间组件不能正常显示
This commit is contained in:
@@ -99,6 +99,11 @@ class NumberRangeServiceImpl extends WidgetService {
|
||||
return param
|
||||
}
|
||||
}
|
||||
return {
|
||||
component: element,
|
||||
value: [],
|
||||
operator: 'eq'
|
||||
}
|
||||
}
|
||||
}
|
||||
const numberRangeServiceImpl = new NumberRangeServiceImpl()
|
||||
|
||||
Reference in New Issue
Block a user