mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 21:59:13 +08:00
优化充电桩详情
This commit is contained in:
parent
9159b92304
commit
2f4ae7067e
@ -151,7 +151,8 @@
|
||||
getChargeMachines({
|
||||
page:1,
|
||||
row:100,
|
||||
communityId:getCommunityId()
|
||||
communityId:getCommunityId(),
|
||||
machineId:this.machineId
|
||||
}).then(_data=>{
|
||||
_that.machine = _data.data[0];
|
||||
_that.tabSelect(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user