heyujie
2022-07-14 998cff2189462a97cb8d6e1e7b9f88d9ecca524b
add device clusterpwd change to authPwd
1个文件已修改
2 ■■■ 已修改文件
src/views/equipmentManagement/equipmentList/components/AddBox.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/equipmentList/components/AddBox.vue
@@ -258,7 +258,7 @@
        });
      } else {
        res = await addDeviceToUser({
          clusterPwd: this.auth_password,
          authPwd: this.auth_password,
          deviceId: this.addObj.id,
          clusterId: this.addObj.cid,
        });