flyzto преди 3 месеца
родител
ревизия
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(() => {