flyzto há 3 meses atrás
pai
commit
93af25879e
1 ficheiros alterados com 3 adições e 1 exclusões
  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(() => {