From ff86cc28414f4cf056908335a952de60d1775a9f Mon Sep 17 00:00:00 2001 From: johnniang Date: Fri, 19 Apr 2019 17:58:50 +0800 Subject: [PATCH] Refactor attachment upload --- src/views/attachment/AttachmentList.vue | 170 +++++++++++++++--------- 1 file changed, 104 insertions(+), 66 deletions(-) diff --git a/src/views/attachment/AttachmentList.vue b/src/views/attachment/AttachmentList.vue index 7e653a535..63937cace 100644 --- a/src/views/attachment/AttachmentList.vue +++ b/src/views/attachment/AttachmentList.vue @@ -1,17 +1,30 @@