Commit a46be97f authored by youjie's avatar youjie

no message

parent 9f060d3a
......@@ -370,7 +370,7 @@ export default {
// this.HotalMsg.hotelId = ''
this.HotalMsg.StartDate = this.HotalMsg.StartDate?this.HotalMsg.StartDate:date.formatDate(date.addToDate(new Date(), { days: 8 }), "YYYY/MM/DD")
this.HotalMsg.EndDate = this.HotalMsg.EndDate?this.HotalMsg.EndDate:date.formatDate(date.addToDate(new Date(), { days: 9}), "YYYY/MM/DD")
if(!type||this.Type>0) this.$emit('change',this.HotalMsg)
if(!type&&this.Type>0) this.$emit('change',this.HotalMsg)
return
this.showSplitPannel = true
this.showKeyWordsList = false
......
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