Update Apollo layput
Resolved Similarity Search bug
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user