Compare commits

..

No commits in common. "a31cfda3f92015afb06f0a6120fa70bed48a279e" and "178fadd4d7ef3eb76a0361396e08268aea8af032" have entirely different histories.

4 changed files with 3 additions and 11 deletions

View File

@ -22,7 +22,6 @@
</div>
<div class="table-box">
<div style="margin-bottom: 10px;">
{{ JSON.stringify(role) }}
<el-radio-group v-if="role.type == 'user'" v-model="searchData.radioType" class="radio-group"
size="mini" @change="handleRadioChange">
<el-radio-button v-for="item in radioOptions" :key="item.value" :label="item.value">
@ -495,9 +494,6 @@ export default {
console.log('请求参数:', requestData);
requestData.manager_self=this.searchData.radioType=='4'||this.searchData.radioType=='3'?'single':null
requestData.publish_type = this.searchData.radioType=='1'||this.searchData.radioType=='3'?'2':'1'
if(this.role.lastType=='1'){
requestData.publish_type='1'
}
reqSearchByMangement(requestData).then(res => {
console.log(res);
if (res.status) {

View File

@ -15,8 +15,7 @@ export default {
role:{
role_type:'customer',
audit_status:'',
publish_type:null,
lastType:null
publish_type:null
}
}
},
@ -31,7 +30,6 @@ export default {
console.log("role",this.role);
this.role.audit_status='pending,approved'
this.role.publish_type='1'
this.role.lastType='1'
},
}

View File

@ -15,8 +15,7 @@ export default {
role:{
role_type:null,
audit_status:null,
publish_type:null,
lastType:null
publish_type:null
}
}
},
@ -32,7 +31,6 @@ export default {
console.log("role",this.role);
this.role.audit_status='rejected'
this.role.publish_type='1'
this.role.lastType='1'
},
}

View File

@ -43,7 +43,7 @@
</li>
<li class="contact-item">
<span class="mylabel">邮箱</span>
<span class="value">{{ productDetailInfo.email?productDetailInfo.email:'--' }}</span>
<span class="value">{{ productDetailInfo.email }}</span>
</li>
<li class="contact-item">
<span class="mylabel">职务</span>