mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化和物联网系统的交互bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
b44bb07a03
commit
6574e3e2b1
@ -11,7 +11,7 @@
|
||||
carId: '',
|
||||
memberId:'',
|
||||
carNum:'',
|
||||
paId:''
|
||||
areaNum:''
|
||||
}
|
||||
},
|
||||
_initMethod: function () {
|
||||
@ -20,7 +20,7 @@
|
||||
vc.on('carDetailCarInout', 'switch', function (_data) {
|
||||
$that.carDetailCarInoutInfo.carId = _data.carId;
|
||||
$that.carDetailCarInoutInfo.carNum = _data.carNum;
|
||||
$that.carDetailCarInoutInfo.paId = _data.paId;
|
||||
$that.carDetailCarInoutInfo.areaNum = _data.areaNum;
|
||||
$that.carDetailCarInoutInfo.memberId = _data.memberId;
|
||||
$that._loadCarDetailCarInoutData(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||
});
|
||||
@ -39,7 +39,7 @@
|
||||
params: {
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
carNum: $that.carDetailCarInoutInfo.carNum,
|
||||
paId:$that.carDetailCarInoutInfo.paId,
|
||||
paNum:$that.carDetailCarInoutInfo.areaNum,
|
||||
iotApiCode: 'listCarInoutDetailBmoImpl',
|
||||
page: _page,
|
||||
row: _row
|
||||
|
||||
@ -76,7 +76,9 @@
|
||||
carId:$that.carDetailInfo.carId,
|
||||
ownerId:$that.carDetailInfo.ownerId,
|
||||
carNum:$that.carDetailInfo.carNum,
|
||||
paId:$that.carDetailInfo.paId
|
||||
paId:$that.carDetailInfo.paId,
|
||||
areaNum:$that.carDetailInfo.areaNum
|
||||
|
||||
})
|
||||
},
|
||||
_openEditDetailOwnerCar: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user