@@ -61,7 +61,6 @@ export default {
"content": {
"where":{
"condition":"",
- "isleader":0
}
@@ -71,6 +71,7 @@ export default {
"ownerid":this.$route.query.id
})
+ res.data[0].team.unshift(...res.data[0].teamleader)
this.teamList = res.data[0].team
console.log(this.teamList,'团队数据');
},
@@ -71,7 +71,6 @@ export default {
async getUserInfo() {
let res = await this.$api.requested(this.param)
this.userInfo = res.data
-
//上传头像成功
onSuccess(id) {