mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +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: {
|
||||
_loadMachines: function(_paNum) {
|
||||
this.paNumd = _paNum;
|
||||
this.paNum = _paNum;
|
||||
let _that = this;
|
||||
getIotOpenApi(this, {
|
||||
page: 1,
|
||||
@ -168,7 +168,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
||||
this.cancel();
|
||||
uni.navigateTo({
|
||||
url: '/pages/car/carInParkingArea?machineId=' + _curMachine.machineId +
|
||||
'&machineCode=' + _curMachine.machineCode + 'paNumd=' + _that.paNumd + "&boxId=" +
|
||||
'&machineCode=' + _curMachine.machineCode + '&paNum=' + _that.paNum + "&boxId=" +
|
||||
_curMachine.boxId
|
||||
})
|
||||
},
|
||||
@ -185,7 +185,7 @@ import { getCommunityId } from '../../api/community/community.js';
|
||||
this.cancel();
|
||||
uni.navigateTo({
|
||||
url: '/pages/car/carOutParkingArea?machineId=' + _curMachine.machineId +
|
||||
"&machineCode=" + _curMachine.machineCode + "paNumd=" + this.paNumd + "&boxId=" +
|
||||
"&machineCode=" + _curMachine.machineCode + "&paNum=" + this.paNum + "&boxId=" +
|
||||
_curMachine.boxId
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user