From af8262f6167d4e920f4cb1bfc26d5df8c62dd4a4 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 24 Apr 2019 21:53:21 +0800 Subject: [PATCH] Add loading for attachment list. --- src/views/attachment/AttachmentList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/attachment/AttachmentList.vue b/src/views/attachment/AttachmentList.vue index b7d5800a0..590888bbe 100644 --- a/src/views/attachment/AttachmentList.vue +++ b/src/views/attachment/AttachmentList.vue @@ -80,6 +80,7 @@ { this.attachments = response.data.data.content this.pagination.total = response.data.data.total + this.listLoading = false }) }, loadMediaTypes() {