mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 14:32:18 +00:00
add missing helper js file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import ApiNotizPerson from '../../../../../api/factory/notiz/person.js';
|
||||
|
||||
export async function getSuffix(modelValue) {
|
||||
const response = await this.$api
|
||||
.call(ApiNotizPerson.getCountNotes(modelValue.person_id));
|
||||
const suffix = ' (' + response.data + ')';
|
||||
return suffix;
|
||||
}
|
||||
Reference in New Issue
Block a user