This commit is contained in:
BOE\10867418
2023-09-13 13:35:26 +08:00
parent 95c8a26d70
commit 81d1646b23

View File

@@ -621,7 +621,7 @@ export default {
.format("YYYY-MM-DD 00:00:01"); .format("YYYY-MM-DD 00:00:01");
const dayEnd = dayjs(state.towParmasn.day[1]) const dayEnd = dayjs(state.towParmasn.day[1])
.endOf("day") .endOf("day")
.format("YYYY-MM-DD hh:mm:ss"); .format("YYYY-MM-DD 23:59:59");
axios({ axios({
method: "post", method: "post",
url: "/report/boeu/studyData/exportDetailAll", url: "/report/boeu/studyData/exportDetailAll",
@@ -653,7 +653,7 @@ export default {
} else { } else {
const monthEnd = dayjs(state.towParmasn.time[1]) const monthEnd = dayjs(state.towParmasn.time[1])
.endOf("month") .endOf("month")
.format("YYYY-MM-DD hh:mm:ss"); .format("YYYY-MM-DD 23:59:59");
axios({ axios({
method: "post", method: "post",
url: "/report/boeu/studyData/exportDetailAll", url: "/report/boeu/studyData/exportDetailAll",