Commit b7cfed43 authored by hailiang.sun's avatar hailiang.sun

修改

parent eff55cde
......@@ -329,9 +329,9 @@ export default {
// 查看排期
let month = moment().startOf("month").format("yyyyMM");
// let start = month + "01";
// let end = month + moment().daysInMonth();
this.getScheduleByCode("20211125", "20211225");
let start = month + "01";
let end = month + moment().daysInMonth();
this.getScheduleByCode(start, end);
},
// 确认选择-"立即预约"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment