flyzto 3 mesi fa
parent
commit
93af25879e
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      web/apps/web-antd/src/views/match/solutions/index.vue

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

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