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