Merge pull request #159 from dderbentsov/UC-41

Фикс неполного вывода документов
This commit is contained in:
frontgavrilin
2022-11-28 12:01:02 +03:00
committed by GitHub

View File

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