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