mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 10:14:26 +08:00
code refactor
This commit is contained in:
@@ -94,7 +94,7 @@ function getItemValue(item: unknown, index: number, fieldName: string | undefine
|
||||
}
|
||||
}
|
||||
|
||||
function close() {
|
||||
function close(): void {
|
||||
emit('update:show', false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user