0329测试问题修改

This commit is contained in:
hanchaobo
2024-04-02 15:11:35 +08:00
parent 930c654c68
commit c071610f80
5 changed files with 730 additions and 348 deletions
@@ -205,7 +205,8 @@ export default {
// 根据用户id查询是否为调解员
secretaryRoleByUserIdFn() {
secretaryRoleByUserId({
userId: this.userId
userId: this.userId,
caseId: this.mediationData.id
}).then(res => {
this.isSecretaryRole = res.data.isSecretaryRole;
})