mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化充电桩详情
This commit is contained in:
parent
9159b92304
commit
2f4ae7067e
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user