|
@@ -386,7 +386,7 @@ export default {
|
|
|
if (j > 0) {
|
|
|
recorderString += "、" + this.selectDictLabel(this.userList, recorder[j]);
|
|
|
} else {
|
|
|
- recorderString += this.selectDictLabel(this.userList, recorder[i]);
|
|
|
+ recorderString += this.selectDictLabel(this.userList, recorder[j]);
|
|
|
}
|
|
|
}
|
|
|
this.mgrList[i].recorderString = recorderString;
|
|
@@ -430,6 +430,7 @@ export default {
|
|
|
}
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|
|
|
+ console.log(this.mgrList);
|
|
|
});
|
|
|
});
|
|
|
},
|