flyzto hace 3 meses
padre
commit
4fdb0777e2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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

@@ -125,6 +125,7 @@ const refreshData = () => {
     gamesRelation.value = relations;
     gamesSolution.value = solutions;
     prettyData.value = null;
+    dataCount.value = '';
     message.success('数据已刷新');
     console.log('数据已刷新');
   })