diff --git a/pages/mine/reception/consultant.vue b/pages/mine/reception/consultant.vue index ce01f0f..e8bf726 100644 --- a/pages/mine/reception/consultant.vue +++ b/pages/mine/reception/consultant.vue @@ -96,7 +96,8 @@ const that = this; this.$u.post("customer/daitiReception", { agentId: that.chosedAgentId, - id: that.customerId + id: that.customerId, + projectId:this.buildingID }).then(res => { if(res.unchecked==0){ that.baochunfun()