|
|
@@ -829,7 +829,7 @@ export default {
|
|
|
});
|
|
|
this.getSpare().then(() => {
|
|
|
this.spareParams.scpQuery = "00";
|
|
|
- });;
|
|
|
+ });
|
|
|
this.getCompanyList();
|
|
|
},
|
|
|
mounted() {
|
|
|
@@ -966,6 +966,7 @@ export default {
|
|
|
// } else {
|
|
|
listRel(this.queryParams).then(response => {
|
|
|
let list = response.data.records;
|
|
|
+ console.log(list);
|
|
|
this.loginId = response.msg;
|
|
|
for (let i = 0; i < list.length; i++) {
|
|
|
if (list[i].launchCompanyId == response.msg) {
|
|
|
@@ -983,8 +984,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.companyRelList = list;
|
|
|
- console.log(12312313123);
|
|
|
- console.log(this.companyRelList);
|
|
|
this.total = response.data.total;
|
|
|
this.loading = false;
|
|
|
});
|