diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 007aee9..4f3ef12 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -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;