Commit c2377c35 authored by youjie's avatar youjie

no message

parent e9ce4d8d
......@@ -194,7 +194,7 @@
<destination class="q-ml-sm" :msg="{
CityCode:CityCode?CityCode:dataList.CityCode,
CityName:CityName?CityName:dataList.CityName,
KeyWords:dataList.Name_CN,
KeyWords:msg.KeyWords,
KeyWords2:msg.KeyWords2,
StartDate:msg.CheckInDate,
EndDate:msg.CheckOutDate,
......
......@@ -445,7 +445,7 @@ export default {
// this.HotalMsg.KeyWords2 = y.CityName
if(this.Type>0) {
this.HotalMsg.KeyWords2 = ''
this.HotalMsg.KeyWords = ''
// this.HotalMsg.KeyWords = ''
this.$emit('changeCity', this.HotalMsg)
this.showSplitPannel = false
// this.searchChangeHandler(1)
......
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