소스 검색

新增安保履职统计页面

jingyuanchao 1 년 전
부모
커밋
89a0bf9ed5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {