From 6a011d0440f7e348c77ca351642df485cedbb33e Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Fri, 27 Aug 2021 14:55:28 +0800 Subject: [PATCH] init --- pages/center/consumer/consumerDetail.vue | 2 +- pages/mine/reception/consultant.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 67811b9..1505755 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -44,7 +44,7 @@ - 备注:{{customerInfo.demand.remarks ? customerInfo.demand.remarks : "暂无"}} + 备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}} diff --git a/pages/mine/reception/consultant.vue b/pages/mine/reception/consultant.vue index a270dd3..ce01f0f 100644 --- a/pages/mine/reception/consultant.vue +++ b/pages/mine/reception/consultant.vue @@ -133,7 +133,8 @@ const that = this; this.$u.post("customer/assign", { agentId: that.chosedAgentId, - id: that.customerId + id: that.customerId, + replaceReception:this.replaceReception }).then(res => { uni.showToast({ icon: "none",