feat: 支持申请相同网元

This commit is contained in:
caiyuchao
2025-09-04 10:43:39 +08:00
parent 6cadcdd285
commit f21bd1764e

View File

@@ -180,7 +180,7 @@ const availableOptions = (groupIdx: number) => {
(option: any) => !otherSelected.has(option.value), (option: any) => !otherSelected.has(option.value),
), ),
})); }));
return aaaa; return options.value;
}; };
</script> </script>