mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 11:21:29 +00:00
feat: update selectors
This commit is contained in:
@@ -59,9 +59,6 @@ const props = defineProps({
|
||||
});
|
||||
const selected = ref<string[] | string>(props.value);
|
||||
function changeSelected() {
|
||||
if (!props.multiple) {
|
||||
return;
|
||||
}
|
||||
const options = props.options.filter((d: Option) =>
|
||||
props.multiple
|
||||
? selected.value.includes(d.value)
|
||||
|
Reference in New Issue
Block a user