|
@@ -93,7 +93,7 @@ const getData = (e) => {
|
|
e.array = data.data
|
|
e.array = data.data
|
|
e.itemLabel = e.map?.text
|
|
e.itemLabel = e.map?.text
|
|
e.itemValue = e.map?.value
|
|
e.itemValue = e.map?.value
|
|
- e.value = []
|
|
|
|
|
|
+ e.value = e.multiple ? [] : null
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -142,7 +142,7 @@ watch(() => props.list,
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- .active {
|
|
|
|
|
|
+ &.active {
|
|
color: #008978;
|
|
color: #008978;
|
|
}
|
|
}
|
|
.over {
|
|
.over {
|