mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 数字范围默认值导致仪表板空白
This commit is contained in:
@@ -70,7 +70,7 @@ class NumberRangeServiceImpl extends WidgetService {
|
||||
|
||||
getParam(element) {
|
||||
if (element.options.value && element.options.value.length > 0) {
|
||||
const values = this.element.options.value
|
||||
const values = element.options.value
|
||||
const min = values[0]
|
||||
let max = null
|
||||
if (values.length > 1) {
|
||||
|
||||
Reference in New Issue
Block a user