瀏覽代碼

开关阀

Shannon_mu 2 年之前
父節點
當前提交
1dd9fecd5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {