Przeglądaj źródła

新增安保履职统计页面

jingyuanchao 1 rok temu
rodzic
commit
89a0bf9ed5
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {