@ -483,7 +483,8 @@ export default {
console.log('邀请 codeRes 2',codeRes)
this.oid = codeRes[1].split('_')[1];
this.relationId = codeRes[1].split('_')[0];
this.type = 1;
this.type = '1';
console.log('邀请 codeRes 3 oid:',this.oid,' rid:',this.relationId)
} else {
this.oid = options.id;
this.relationId = options.relationId;