update TextsDepart query

This commit is contained in:
axolotle
2021-04-20 15:39:41 +02:00
parent eece18184e
commit ba2f5d6767
2 changed files with 29 additions and 2 deletions
+2
View File
@@ -52,6 +52,8 @@ export default {
},
getters: {
textsDepart: state => state.textsDepart,
textsDepartOptions: state => {
if (!state.textsDepart) return undefined
return state.textsDepart.map(({ id, title }) => ({