|
|
@@ -186,7 +186,7 @@ export default {
|
|
186
|
186
|
this.caseApplicationSelectByIdFn({
|
|
187
|
187
|
id: this.mediationData.id
|
|
188
|
188
|
});
|
|
189
|
|
- this.getUser();
|
|
|
189
|
+ this.getUser();
|
|
190
|
190
|
}
|
|
191
|
191
|
}
|
|
192
|
192
|
},
|
|
|
@@ -197,7 +197,10 @@ export default {
|
|
197
|
197
|
secretaryRoleByUserId({
|
|
198
|
198
|
userId: this.userId
|
|
199
|
199
|
}).then(res => {
|
|
200
|
|
- this.isSecretaryRole = res.data.isSecretaryRole;
|
|
|
200
|
+ this.isSecretaryRole = res.data.isSecretaryRole;
|
|
|
201
|
+ if(this.recordArrMediate){
|
|
|
202
|
+ this.isSecretaryRole = false
|
|
|
203
|
+ }
|
|
201
|
204
|
})
|
|
202
|
205
|
},
|
|
203
|
206
|
/**上传地址*/
|