diff --git a/src/views/iot/device/running-status.vue b/src/views/iot/device/running-status.vue
index 611b266..911fd83 100644
--- a/src/views/iot/device/running-status.vue
+++ b/src/views/iot/device/running-status.vue
@@ -72,17 +72,22 @@
-
+
+
+
+
+
+
+
+
+
@@ -359,65 +364,75 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ deviceInfo.chartList[0].name }}
-
-
-
- MP
-
-
-
-
-
-
-
-
-
-
- {{ deviceInfo.chartList[1].name }}
-
-
- MV
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ deviceInfo.chartList[0].name }}
+
+
+
+ MP
+
+
+
+
+
+
+
+
+
+
+
+ {{ deviceInfo.chartList[1].name }}
+
+
+ MV
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -452,7 +467,6 @@
{{ $t('cancel') }}
-
@@ -702,7 +716,7 @@ export default {
remoteCommand: command,
identifier: model.id,
modelName: model.name,
- isShadow: device.status != 3,
+ isShadow: device.status = true,
type: model.type,
};
serviceInvoke(data).then((response) => {