支持监控平台

This commit is contained in:
wuxw 2024-07-31 17:34:11 +08:00
parent 5ade6f6918
commit 0871dece84

View File

@ -88,7 +88,7 @@
communityId: getCommunityId(),
maId: this.maId,
machineNameLike: this.machineNameLike,
iotApiCode: 'listMonitorMachineBmoImpl'
iotApiCode: 'listStaffMonitorMachineBmoImpl'
}).then(_data => {
_that.machines = _data.data;
})