Browse Source

新增安保履职统计页面

jingyuanchao 1 year ago
parent
commit
89a0bf9ed5
1 changed files with 1 additions and 1 deletions
  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) {