heyujie
2022-07-18 1a783e0a2068b1a99efb7a078f4a615f68dec18f
src/views/equipmentManagement/equipmentList/components/AddBox.vue
@@ -253,12 +253,12 @@
      let res = {};
      if (this.addObj.type == "cluster") {
        res = await addCluster({
          clusterPwd: this.auth_password,
          authPwd: this.auth_password,
          clusterId: this.addObj.id,
        });
      } else {
        res = await addDeviceToUser({
          clusterPwd: this.auth_password,
          authPwd: this.auth_password,
          deviceId: this.addObj.id,
          clusterId: this.addObj.cid,
        });