Commit a1d5db72 authored by 沈良进's avatar 沈良进

save

parent 9b9344bf
...@@ -189,28 +189,28 @@ ...@@ -189,28 +189,28 @@
return { return {
//其他餐食 //其他餐食
otherDinner: [{ otherDinner: [{
Id: 1, ID: 1,
Name: this.$t('sm.jiudiannxyzc'), Name: this.$t('sm.jiudiannxyzc'),
City: 0, City: 0,
About: "", About: "",
PicPath: "" PicPath: ""
}, },
{ {
Id: 2, ID: 2,
Name: this.$t('sm.jiudianwxyzc'), Name: this.$t('sm.jiudianwxyzc'),
City: 0, City: 0,
About: "", About: "",
PicPath: "" PicPath: ""
}, },
{ {
Id: 3, ID: 3,
Name: this.$t('sm.fangbywjqzl'), Name: this.$t('sm.fangbywjqzl'),
City: 0, City: 0,
About: "", About: "",
PicPath: "" PicPath: ""
}, },
{ {
Id: 4, ID: 4,
Name: this.$t('sm.jisjchzl'), Name: this.$t('sm.jisjchzl'),
City: 0, City: 0,
About: "", About: "",
......
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
}, },
//酒店选择改变 //酒店选择改变
changeHotelList() { changeHotelList() {
this.isShowEdit = false
var that = this; var that = this;
if (that.subItemObj.childItem.HotelId != 0) { if (that.subItemObj.childItem.HotelId != 0) {
//获取当前选中的对象 //获取当前选中的对象
...@@ -346,6 +347,7 @@ ...@@ -346,6 +347,7 @@
that.Diner.UseDinerCked = obj.UseDinnerType.split(","); that.Diner.UseDinerCked = obj.UseDinnerType.split(",");
} }
} }
this.$nextTick(() => {this.isShowEdit = true})
let useDinnerTypeArry = []; let useDinnerTypeArry = [];
if (obj.UseDinnerType != null && obj.UseDinnerType.length > 0) { if (obj.UseDinnerType != null && obj.UseDinnerType.length > 0) {
useDinnerTypeArry = obj.UseDinnerType.split(","); useDinnerTypeArry = obj.UseDinnerType.split(",");
......
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