mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
时间
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user