瀏覽代碼

列表初次载入时显示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(() => {