flyzto преди 3 месеца
родител
ревизия
05e0747af1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

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

@@ -326,7 +326,7 @@ const formatSolution = (solution, eventsList) => {
 
 const updateSolutions = async (showLoading=false) => {
   clearTimeout(loopTimer.value);
-  if (showLoading) {
+  if (showLoading && !updateLoaderHide.value) {
     updateLoaderHide.value = message.loading('数据加载中...', 0);
   }
   getSolutions()