From 44552c5d35277562d4bb939d3afd5ae0cae13f83 Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Mon, 22 Dec 2025 19:44:35 +0800
Subject: [PATCH] =?UTF-8?q?CRM=5F25-12-23#story#7473,=E6=9C=8D=E5=8A=A1?=
=?UTF-8?q?=E5=95=86=E7=B3=BB=E7=BB=9F=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=98=AF?=
=?UTF-8?q?=E5=90=A6=E6=98=AF=E4=B8=BB=E8=B4=A6=E5=8F=B7=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mine/personList.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue
index ba6a3bd4..5c5368be 100644
--- a/src/views/mine/personList.vue
+++ b/src/views/mine/personList.vue
@@ -15,7 +15,7 @@
- 请立即核对或修改以下信息:姓名/身份/电话/微信号/邮箱
+ 请立即核对或修改以下信息:姓名/身份/电话/微信号/邮箱
“角色”无法修改,如需修改“角色”请联系区域经理。提交审批后请到【管理人员】模块进行查看。
当前信息正在确认中,如需调整请联系区域经理。
当前信息已确认,如需调整请联系区域经理。
@@ -109,7 +109,7 @@ export default {
const urlParams = new URLSearchParams(window.location.search);
this.id=this.$route.query.id || urlParams.get('id');
this.supplierId=this.$route.query.supplierId || urlParams.get('supplierId');
- // this.supplierId=1128
+ this.supplierId=1128
console.log('1111',this.supplierId)
await this.getPersonList()
},
@@ -148,6 +148,9 @@ export default {
}else if(!result.data?.wechatConfirmStatus || result.data?.wechatConfirmStatus==1){
this.type=1
}
+ if(!result.data.isMaster){
+ this.type=''
+ }
// this.type=1
let res=await getConfirmPerson({supplierId:this.supplierId})
if(res.data && res.data.length>0){