From e1d37bd7784a80a1863cb59967d4cd375a4ff7a3 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 30 Aug 2025 14:58:14 +0800
Subject: [PATCH] feat:更新设备管理和注册管理

---
 src/views/device/components/DeviceSettingBox.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/device/components/DeviceSettingBox.vue b/src/views/device/components/DeviceSettingBox.vue
index b292ccc..92a4b44 100644
--- a/src/views/device/components/DeviceSettingBox.vue
+++ b/src/views/device/components/DeviceSettingBox.vue
@@ -357,7 +357,7 @@
   deviceSetting.value[settingKey].popConfirm.loading = true;
   const body = genDevicePropsBySettingKey(settingKey, deviceSettingFormModel.value);
   localStorage.setItem(ELocalStorageKey.WorkspaceId, props.deviceInfo.workspace_id)
-  await setDeviceProps(props.sn, body, props.deviceInfo.workspace_id);
+  await setDeviceProps(props.sn, body);
   deviceSetting.value[settingKey].popConfirm.loading = false;
   deviceSetting.value[settingKey].popConfirm.visible = false;
 }
@@ -368,7 +368,7 @@
 
 <style lang="scss" scoped>
 .device-setting-wrapper {
-  border-bottom: 1px solid #515151;
+  //border-bottom: 1px solid #515151;
 
   .device-setting-header {
     font-size: 14px;

--
Gitblit v1.9.3