Browse Source

开关阀

Shannon_mu 3 years ago
parent
commit
1dd9fecd5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commandCenter/src/views/commandDispatch/pop/typeHydropower.vue

+ 1 - 1
commandCenter/src/views/commandDispatch/pop/typeHydropower.vue

@@ -52,7 +52,7 @@ export default {
                     this.$http
                         .post('/sc-energy/device/batchValve', {
                             valveStatus: satus,
-                            ids: id
+                            ids: [id]
                         })
                         .then(({ status, data, msg }) => {
                             if (status === 0) {