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",