diff --git a/src/views/data/device/drawer.vue b/src/views/data/device/drawer.vue index f86c92f..50d8cb0 100644 --- a/src/views/data/device/drawer.vue +++ b/src/views/data/device/drawer.vue @@ -54,7 +54,7 @@ }, ); await action(data); - DeviceClientService.fefreshDeviceClient(data); + DeviceClientService.refreshDeviceClientBySn(data.deviceSn); closeDrawer(); emit('success'); } catch {} finally {