fix: 缺陷获取关注人,加空格

This commit is contained in:
guoyuqi 2021-11-08 16:24:30 +08:00 committed by 刘瑞斌
parent 520b05ea0f
commit 5b8b546841
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export default {
this.getThirdPartyInfo();
initAddFuc(data);
});
this.$get('/issues/follow/' + data.id, response =>{
this.$get('/issues/follow/' + data.id, response => {
this.form.follows = response.data;
for (let i = 0; i < response.data.length; i++) {
if(response.data[i]===this.currentUser().id){