|
@@ -949,7 +949,8 @@ export default {
|
|
|
// } else {
|
|
|
listRel(this.queryParams).then(response => {
|
|
|
let list = response.data.records;
|
|
|
- console.log(list);
|
|
|
+ console.log(response.msg,"msg");
|
|
|
+ console.log(response,"response");
|
|
|
this.loginId = response.msg;
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
if (list[i].launchCompanyId == response.msg) {
|
|
@@ -961,6 +962,7 @@ export default {
|
|
|
list[i].receive = true;
|
|
|
list[i].spare = false;
|
|
|
} else if (list[i].scpCompanyId == response.msg) {
|
|
|
+ console.log(list[i].scpCompanyId,"开始")
|
|
|
list[i].launch = false;
|
|
|
list[i].receive = false;
|
|
|
list[i].spare = true;
|
|
@@ -1153,6 +1155,7 @@ export default {
|
|
|
loading.close();
|
|
|
this.open = false;
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1179,6 +1182,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("链属成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1202,6 +1206,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("链属成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1231,6 +1236,7 @@ export default {
|
|
|
this.msgSuccess("邀请成功");
|
|
|
this.getUser();
|
|
|
this.getSpare();
|
|
|
+ this.getList();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
|
.catch(() => {
|
|
@@ -1253,6 +1259,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("邀请成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1281,6 +1288,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("拒绝成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1304,6 +1312,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("拒绝成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
})
|
|
@@ -1331,6 +1340,7 @@ export default {
|
|
|
}).then(() => {
|
|
|
this.msgSuccess("解绑成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
});
|
|
@@ -1348,6 +1358,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.msgSuccess("解绑成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
});
|
|
@@ -1370,6 +1381,7 @@ export default {
|
|
|
console.log("解绑7")
|
|
|
this.msgSuccess("解绑成功");
|
|
|
this.getUser();
|
|
|
+ this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
});
|
|
@@ -1389,6 +1401,7 @@ export default {
|
|
|
this.msgSuccess("重邀成功");
|
|
|
this.getUser();
|
|
|
this.getSpare();
|
|
|
+ this.getList();
|
|
|
this.getCompanyList();
|
|
|
loading.close();
|
|
|
})
|