|
|
@@ -212,6 +212,7 @@ module.exports = |
|
|
|
multiArray: [ |
|
|
|
[],[] |
|
|
|
], |
|
|
|
searchText:"请输入", |
|
|
|
multiIndex:0, |
|
|
|
buildingFloor: [], |
|
|
|
building: null, |
|
|
@@ -269,6 +270,10 @@ module.exports = |
|
|
|
floor: this.data.multiArray[1][e.detail.value[1]], |
|
|
|
}) |
|
|
|
this.getList(this.data.building.id, this.data.floor.id,1); |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
searchText: this.data.building.name + this.data.floor.floorName |
|
|
|
}) |
|
|
|
}, |
|
|
|
//获取楼层楼座 |
|
|
|
getbuildingfloorlist() { |
|
|
@@ -308,8 +313,8 @@ module.exports = |
|
|
|
let data = { |
|
|
|
pageNum: 1, |
|
|
|
pageSize: 10, |
|
|
|
building: building, |
|
|
|
floor: floor, |
|
|
|
building: building ? building:null, |
|
|
|
floor: floor ? floor:null, |
|
|
|
}; |
|
|
|
Http.get({ |
|
|
|
url: config.api.merchantList, |
|
|
@@ -360,6 +365,10 @@ module.exports = |
|
|
|
this.setData({ |
|
|
|
searchState: false |
|
|
|
}); |
|
|
|
this.setData({ |
|
|
|
searchText:"请输入", |
|
|
|
merchantVoList:[] |
|
|
|
}) |
|
|
|
}, |
|
|
|
inputChange: function inputChange(e) { |
|
|
|
var _this = this; |
|
|
|