fix(仪表板): 数据下拉框没有相应数据

This commit is contained in:
dataeaseShu
2025-12-17 17:48:12 +08:00
committed by dataeaseShu
parent fac0db2c02
commit d86a82a29f
2 changed files with 2 additions and 1 deletions

View File

@@ -470,7 +470,7 @@ const getQueryConditionWidth = () => {
}
const getCascadeList = () => {
const { propValue, cascade } = props.element
const { propValue, cascade = [] } = props.element
const defaultValueFirstItemMap = propValue.reduce((pre, next) => {
pre[next.id] = next.defaultValueFirstItem
return pre

View File

@@ -870,6 +870,7 @@ defineExpose({
}
.ed-select-dropdown {
width: auto !important;
min-width: 150px;
}
.ed-select-dropdown__option-item {
.ed-checkbox__label:hover {