水费缴费部分代码同步
This commit is contained in:
@@ -72,7 +72,8 @@
|
||||
let parkingLotId = uni.getStorageSync('parkingLotId')
|
||||
if (!parkingLotId) return
|
||||
getResidentCarAreaManageParkingListByAreaId({
|
||||
areaId: parkingLotId
|
||||
areaId: parkingLotId,
|
||||
|
||||
}).then(res => {
|
||||
if (res.code === 200) {
|
||||
dataList.value = (res.rows || []).map(item => {
|
||||
@@ -92,6 +93,7 @@
|
||||
}
|
||||
|
||||
const selectedParking = (item) => {
|
||||
console.log(item);
|
||||
if (checkType.value == '停车场') {
|
||||
selectedParkingLot.value = item.id
|
||||
} else if (checkType.value == '车位编号') {
|
||||
|
||||
Reference in New Issue
Block a user