fix: 缺陷获取关注人,加空格
This commit is contained in:
parent
520b05ea0f
commit
5b8b546841
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue