flyzto 4 tháng trước cách đây
mục cha
commit
611ad95728
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      web/apps/web-antd/src/views/match/datatest/index.vue

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

@@ -130,6 +130,7 @@ const verifyData = () => {
       invalidSolutions.push(solution);
     }
   });
+  console.log('validSolutions', validSolutions);
   console.log('invalidSolutions', invalidSolutions);
 }