Фикс неполного вывода документов
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user