lex 1 rok pred
rodič
commit
8315f3303d
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/views/co-ai/baseIndex.tsx

+ 2 - 0
src/views/co-ai/baseIndex.tsx

@@ -77,8 +77,10 @@ export default defineComponent({
       isShowGuide.value = true;
     };
     onMounted(async () => {
+      data.loading = true;
       await getTanentList();
       await getList();
+      data.loading = false;
     });
 
     const handleFavorite = async (item: any) => {