sort originators
This commit is contained in:
parent
0ce9cbaeee
commit
dee5ee050e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default {
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
paperOriginators() {
|
paperOriginators() {
|
||||||
return [...new Set(this.papers?.map((paper: Papers) => paper.originator))]
|
return [...new Set(this.papers?.map((paper: Papers) => paper.originator))].sort()
|
||||||
},
|
},
|
||||||
/* paperType() {
|
/* paperType() {
|
||||||
return this.paperTypes.filter((type) => type.key == )
|
return this.paperTypes.filter((type) => type.key == )
|
||||||
|
|
Loading…
Reference in a new issue