lizhuang hace 5 años
padre
commit
9a11851c57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/evaluate/evSnapshotsDialog.vue

+ 1 - 1
src/views/evaluate/evSnapshotsDialog.vue

@@ -180,7 +180,7 @@ export default {
       let date =
         new Date().getDate() > 10
           ? new Date().getDate()
-          : "0" + new Date.getDate();
+          : "0" + new Date().getDate();
       return (this.today = year + "" + month + "" + date);
     },
     getQuickData() {