换组下拉框

This commit is contained in:
lpq
2023-02-23 23:31:09 +08:00
parent 535f51403d
commit 0cf6f858a8
3 changed files with 14 additions and 6 deletions

View File

@@ -59,6 +59,7 @@ const props = defineProps({
});
const option = computed(() => {
debugger
console.log("props.groupList", props.groupList);
return props.groupList.map((e) => ({
label: e.groupName,