mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
优化进出场bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
cecb1ffb13
commit
ed03bb463c
@ -63,7 +63,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_loadMachines: function(_paNum) {
|
_loadMachines: function(_paNum) {
|
||||||
this.paNumd = _paNum;
|
this.paNum = _paNum;
|
||||||
let _that = this;
|
let _that = this;
|
||||||
getIotOpenApi(this, {
|
getIotOpenApi(this, {
|
||||||
page: 1,
|
page: 1,
|
||||||
@ -168,7 +168,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
|||||||
this.cancel();
|
this.cancel();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
|
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
|
||||||
'&machineCode=' + _curMachine.machineCode + 'paNumd=' + _that.paNumd + "&boxId=" +
|
'&machineCode=' + _curMachine.machineCode + '&paNum=' + _that.paNum + "&boxId=" +
|
||||||
_curMachine.boxId
|
_curMachine.boxId
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
@ -185,7 +185,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
|||||||
this.cancel();
|
this.cancel();
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
|
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
|
||||||
"&machineCode=" + _curMachine.machineCode + "paNumd=" + this.paNumd + "&boxId=" +
|
"&machineCode=" + _curMachine.machineCode + "&paNum=" + this.paNum + "&boxId=" +
|
||||||
_curMachine.boxId
|
_curMachine.boxId
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user