diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceControlDialog.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceControlDialog.vue
index d72620c8..6b6444ea 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceControlDialog.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/FatigueWakesUp/components/DeviceControlDialog.vue
@@ -19,57 +19,57 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -300,7 +300,8 @@ export default {
this.onWorkStatus2 = item.value;
} else if (item.property == 'MD') {
} else {
- let data = JSON.parse(item.value || {});
+ let data = JSON.parse(item.formatValue || {});
+
tData.push({ ...data, ds: item.property })
}
})