瀏覽代碼

新增安保履职统计页面

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) {