From a751eae09ee09f5a9ded5e761b1052d6b4d76b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E4=BD=B3=E8=B1=AA?= <2044682269@qq.com> Date: Fri, 31 Dec 2021 16:06:47 +0800 Subject: [PATCH] bug --- pages/mine/reception/consultant.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()