修改了logo图
This commit is contained in:
@@ -186,7 +186,7 @@ export default {
|
||||
this.caseApplicationSelectByIdFn({
|
||||
id: this.mediationData.id
|
||||
});
|
||||
this.getUser();
|
||||
this.getUser();
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -197,7 +197,10 @@ export default {
|
||||
secretaryRoleByUserId({
|
||||
userId: this.userId
|
||||
}).then(res => {
|
||||
this.isSecretaryRole = res.data.isSecretaryRole;
|
||||
this.isSecretaryRole = res.data.isSecretaryRole;
|
||||
if(this.recordArrMediate){
|
||||
this.isSecretaryRole = false
|
||||
}
|
||||
})
|
||||
},
|
||||
/**上传地址*/
|
||||
|
||||
Reference in New Issue
Block a user