소스 검색

列表初次载入时显示loading

flyzto 3 달 전
부모
커밋
0a544b1fee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -416,7 +416,7 @@ onMounted(() => {
   if (mk !== null) {
     marketType.value = mk;
   }
-  updateSolutions();
+  updateSolutions(true);
 });
 
 onUnmounted(() => {