From 0f075598b970a7e289049168810031fddeebe5ac Mon Sep 17 00:00:00 2001 From: wangxiaohua <1214073490@qq.com> Date: Tue, 7 Dec 2021 17:09:08 +0800 Subject: [PATCH] init --- pages/mine/reception/addreception.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index e38d8a4..67d9376 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -182,6 +182,7 @@ that.parames.agentId=res.assign.accountId; that.baochunfun() }else{ + console.log("zo") if(res.assign==null&&res.replacement==null){ that.baochunfun() }else{ @@ -193,6 +194,7 @@ that.show=true; }else{ that.daitiReceptionobj=res; + console.log(that.daitiReceptionobj) that.content="此客户的顾问为【"+ res.owner.name +"】,确认让【"+ res.replacement.name +"】代接待吗?" that.confirmtext=res.replacement.name +"代接代",//确认文字 that.canceltext=res.assign.name +'接待',//取消文字