code refactor

This commit is contained in:
MaysWind
2025-01-25 14:55:40 +08:00
parent a27a2556aa
commit c619d2ecad
10 changed files with 21 additions and 21 deletions
@@ -94,7 +94,7 @@ function getItemValue(item: unknown, index: number, fieldName: string | undefine
}
}
function close() {
function close(): void {
emit('update:show', false);
}