Commit 325dc9eb authored by youjie's avatar youjie

no message

parent ce83363e
......@@ -504,7 +504,7 @@
"-" +
myDate.getDate();
if (this.$route.query.hotelId) {
this.msg.HotelId = this.$route.query.hotelId;
this.msg.HotelId = Number(this.$route.query.hotelId);
}
if (this.$route.query.dateStr) {
this.msg.DateStr = this.$route.query.dateStr;
......
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