提交 454d1f9c authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 数字范围默认值导致仪表板空白

上级 854f7b62
......@@ -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) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论