优化充电桩详情

This commit is contained in:
wuxw 2024-10-09 11:57:35 +08:00
parent 9159b92304
commit 2f4ae7067e

View File

@ -151,7 +151,8 @@
getChargeMachines({ getChargeMachines({
page:1, page:1,
row:100, row:100,
communityId:getCommunityId() communityId:getCommunityId(),
machineId:this.machineId
}).then(_data=>{ }).then(_data=>{
_that.machine = _data.data[0]; _that.machine = _data.data[0];
_that.tabSelect(1); _that.tabSelect(1);