|
|
@@ -4355,9 +4355,9 @@ export default {
|
|
|
res = await this.$api.letter.getAllAgreement()
|
|
|
}
|
|
|
else {
|
|
|
- // res = await this.$api.letter.getAllAgreementByUserId({ userId: this.userId })
|
|
|
- res = await this.$api.letter.getExternalAgreement()
|
|
|
-
|
|
|
+ res = await this.$api.letter.getAllAgreementByUserId({ userId: this.userId })
|
|
|
+ // res = await this.$api.letter.getExternalAgreement()
|
|
|
+
|
|
|
}
|
|
|
if (res.code == 200) {
|
|
|
res.data.map(ele => {
|