ZZJ
2022-07-11 07d14cf6edbef9436aa5909bcb6b2329ecc6f9a2
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,
        });