提交 ffe13a09 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 8c461857
......@@ -20,7 +20,7 @@
</el-form-item>
<el-form-item label="随访时间范围:" prop="planTimes" clearable>
<el-date-picker
v-model="searchData.timeRange"
v-model="searchData.planTimes"
type="daterange"
size="small"
range-separator="至"
......@@ -195,11 +195,14 @@
this.searchData.planTimes = [this.$route.query.appointTime,this.$route.query.appointTime];
this.getReservationList({
planName: this.$route.query.planName,
planFromTime: this.$route.query.appointTime,
planToTime: this.$route.query.appointTime,
beginTime: this.$route.query.appointTime,
endTime: this.$route.query.appointTime,
status: this.status
})
} else {
this.getReservationList();
this.getReservationList({
status: this.status
});
}
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册