Explorar el Código

列表初次载入时显示loading

flyzto hace 3 meses
padre
commit
0a544b1fee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(() => {