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

fixed

上级 88895de4
...@@ -204,9 +204,10 @@ ...@@ -204,9 +204,10 @@
}, },
mounted() { mounted() {
if(this.$route.query.planName && this.$route.query.appointTime) { if(this.$route.query.planName && this.$route.query.appointTime && this.$route.query.status) {
this.searchData.planName = this.$route.query.planName; this.searchData.planName = this.$route.query.planName;
this.searchData.planTimes = [this.$route.query.appointTime,this.$route.query.appointTime]; this.searchData.planTimes = [this.$route.query.appointTime,this.$route.query.appointTime];
this.status = this.$route.query.status
this.getReservationList({ this.getReservationList({
planName: this.$route.query.planName, planName: this.$route.query.planName,
beginTime: this.$route.query.appointTime, beginTime: this.$route.query.appointTime,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册