flyzto 3 months ago
parent
commit
5648ea21e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/apps/web-antd/src/views/match/datatest/index.vue

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

@@ -92,7 +92,7 @@ import 'vue-json-pretty/lib/styles.css';
 const currentTime = ref('');
 const currentTime = ref('');
 const gamesRelation = ref([]);
 const gamesRelation = ref([]);
 const gamesSolution = ref({});
 const gamesSolution = ref({});
-const selectedTestMode = ref('1');
+const selectedTestMode = ref('');
 
 
 const prettyData = ref(null);
 const prettyData = ref(null);
 const prettyIndent = ref(2);
 const prettyIndent = ref(2);