View | Details | Raw Unified | Return to bug 36828
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportsHome.vue (-4 lines)
Lines 79-87 export default { Link Here
79
            vm.getUsageDataProviders()
79
            vm.getUsageDataProviders()
80
        })
80
        })
81
    },
81
    },
82
    // beforeRouteUpdate(to, from) {
83
    //     this.usage_data_provider = this.getUsageDataProviders()
84
    // },
85
    methods: {
82
    methods: {
86
        async getUsageDataProviders() {
83
        async getUsageDataProviders() {
87
            const client = APIClient.erm
84
            const client = APIClient.erm
88
- 

Return to bug 36828