修改了logo图

This commit is contained in:
gyj
2024-02-28 18:02:53 +08:00
parent 7f3138d499
commit 3566f3bd09
7 changed files with 11 additions and 8 deletions
@@ -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
}
})
},
/**上传地址*/