Commit 60c311b7 authored by zhangyanni's avatar zhangyanni

bug

parent 0aa3e5e9
......@@ -1105,7 +1105,10 @@
otherEmpId: data.empId,
queryType: 0,
dataId: this.circleType == 23 ? this.$route.query.id : null,
dataType: this.circleType == 23 ? 1 : null
dataType: this.circleType == 23 ? 1 : null,
guestId: data.guestId ? data.guestId : null
};
commonApi.addFriendAxios(params,this.circleType == 23?true:false).then((res) => {
if (res.code == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment