feat: 提交页面

This commit is contained in:
2026-04-27 16:58:45 +08:00
parent a385aba49f
commit 05178c4cb0
4 changed files with 107 additions and 53 deletions

View File

@@ -58,7 +58,7 @@ const selectOption = (value: any) => {
if (index >= 0) {
current.splice(index, 1)
} else {
current.push(value)
current.push(value.toLocaleLowerCase)
}
emit("update:modelValue", current)
return