Фикс неполного вывода документов

This commit is contained in:
megavrilinvv
2022-11-28 12:00:34 +03:00
parent 87329785c7
commit f5b3e9c7d6

View File

@@ -286,7 +286,7 @@ export default {
},
fetchAttachment() {
fetchWrapper
.get("general/attachment/")
.get("general/attachment/?limit=1000")
.then((data) => this.saveAttachment(data.results));
},
saveAttachment(data) {