Quellcode durchsuchen

新增安保履职统计页面

jingyuanchao vor 1 Jahr
Ursprung
Commit
89a0bf9ed5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/menu/resumptionStatistics/index.vue

+ 1 - 1
src/views/menu/resumptionStatistics/index.vue

@@ -142,7 +142,7 @@ export default {
       return dayjs(date).format(format);
     },
     initDate() {
-      return this.getDayStr(new Date())
+      return new Date();
     },
     //机构搜索
     getOrgDataList(val) {