对接bug修复

pull/6/head
limingyu 2024-01-08 16:39:35 +08:00
parent fdbecc3f17
commit d027db8bb7
1 changed files with 5 additions and 1 deletions

View File

@ -403,8 +403,12 @@ export default {
this.pd = data.pd
this.hotUserList = data.hotUserList
for (let i = 0; i < data.hotOperator.length; i++) {
if (i === data.hotOperator.length - 1) {
this.hotOperatorNames += data.hotOperator[i].userName2
} else {
this.hotOperatorNames += data.hotOperator[i].userName2 + ';'
}
}
this.corpinfo = data.corpinfo
}).catch((e) => {