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(() => {