团队长

This commit is contained in:
huichao
2020-07-27 21:17:35 +08:00
parent 45fd171cfd
commit 9e7edc9fe8
5 changed files with 14 additions and 33 deletions

View File

@@ -340,30 +340,7 @@ export default {
(this.ysbb = res.content.list[0].ysbb),(this.agentCode = res.content.list[0].code)
}
})
},
// 点击头像
InfoDetails(item) {
console.log(item)
for (let i = 0; i < this.headerList.length; i++) {
this.headerList[i].isShowImg = true
}
this.headerList[item].isShowImg = false
let code = {
date: this.timeCode,
agentCode: this.headerList[item].agentCode,
}
getPerformanceDetail(code).then((res) => {
console.log(res)
if (res.result == 0) {
;(this.cbbb = res.content.list[0].cbbb),
(this.cbjs = res.content.list[0].cbjs),
(this.ysjs = res.content.list[0].ysjs),
(this.ysbb = res.content.list[0].ysbb),
(this.agentCode = res.content.list[0].code)
}
})
},
}
},
destroyed: function () {
console.log("我已经离开了!");