flyzto 3 месяцев назад
Родитель
Сommit
93af25879e
1 измененных файлов с 3 добавлено и 1 удалено
  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(() => {