@@ -40,7 +40,7 @@
export default {
data() {
return {
- homestayId: this.$store.state.moduleHouse.homestayId,
+ homestayId: uni.getStorageSync('homestayId'),
list: [],
list2: []
}
@@ -180,7 +180,7 @@
guestPhone: "",
guestSourceId: null,
guestSourceName: null,
houseBaseId: 0,
houseBaseName: '',
leaveDate: "",
@@ -78,7 +78,7 @@
- homestayId:this.$store.state.moduleHouse.homestayId,
+ homestayId:uni.getStorageSync('homestayId'),
areaShow: false,
passengerDefault: [0],
areaTxt: [
@@ -29,7 +29,7 @@
data(){
roomType:[]
},
@@ -80,7 +80,7 @@
dataList: [],
limit: 10,
page: 1,
statusClass: [
'',
'green',