src/views/equipmentManagement/equipmentList/components/AddBox.vue
@@ -253,7 +253,7 @@ let res = {}; if (this.addObj.type == "cluster") { res = await addCluster({ clusterPwd: this.auth_password, authPwd: this.auth_password, clusterId: this.addObj.id, }); } else {