|
@@ -5107,7 +5107,7 @@ export default {
|
|
|
res = await this.$api.letter.getAllAgreementByUserId({ userId: this.userId })
|
|
res = await this.$api.letter.getAllAgreementByUserId({ userId: this.userId })
|
|
|
}
|
|
}
|
|
|
if (this.isLetter == '3') {
|
|
if (this.isLetter == '3') {
|
|
|
- this.userId =data? data.userid:''
|
|
|
|
|
|
|
+ this.userId =data? data.userid:this.userId
|
|
|
res = await this.$api.letter.getExternalAgreement()
|
|
res = await this.$api.letter.getExternalAgreement()
|
|
|
}
|
|
}
|
|
|
|
|
|