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

save

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