Update Apollo layput

Resolved Similarity Search bug
This commit is contained in:
2025-03-14 15:08:17 +01:00
parent 2338845f00
commit 4a43ff984a
7 changed files with 538 additions and 281 deletions

View File

@@ -12,11 +12,9 @@ export const KsDocumentStore = defineStore('ksdocument_store', () => {
async function fetchKsDocument() {
console.log("i'm in");
loadingStore.scenario_loading = true;
await KsDocumentService.getKsDocuments().then(resp => {
lstKsDocument.value = resp.data;
console.log("lstKsDocument", lstKsDocument.value);
loadingStore.scenario_loading = false;
});