mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
fix(仪表板): 数据下拉框没有相应数据
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -870,6 +870,7 @@ defineExpose({
|
||||
}
|
||||
.ed-select-dropdown {
|
||||
width: auto !important;
|
||||
min-width: 150px;
|
||||
}
|
||||
.ed-select-dropdown__option-item {
|
||||
.ed-checkbox__label:hover {
|
||||
|
||||
Reference in New Issue
Block a user