moved getFile() and no download when managing

This commit is contained in:
2024-04-18 16:47:25 +02:00
parent 7394a23b45
commit 14c5423328
5 changed files with 43 additions and 8 deletions

View File

@ -9,7 +9,8 @@
import { ref, reactive } from "vue";
import FilterComponent from "@/Apps/ScientificPublications/FilterComponent.vue";
import ArticleComponent from "@/Apps/ScientificPublications/ResearchComponent.vue";
import {fetchResearcher, fetchResearches, fetchStats, addView, getFile} from "@/rest/ScientificPublications/ResearcherProfile.js";
import {fetchResearcher, fetchResearches, fetchStats, addView} from "@/rest/ScientificPublications/ResearcherProfile.js";
import {getFile} from "@/rest/ScientificPublications/ManageResearch.js";
const input = ref("");
const statsOf = ref("");
const statsBy = ref("");