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){