From 936e962392b24640f23f2d7534c85d67e426602b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 29 Mar 2021 10:26:50 +0800
Subject: [PATCH] 去除打印信息

---
 src/views/resource/attach.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/resource/attach.vue b/src/views/resource/attach.vue
index fa180b6..88e80a6 100644
--- a/src/views/resource/attach.vue
+++ b/src/views/resource/attach.vue
@@ -189,7 +189,6 @@
         this.attachBox = true;
       },
       uploadAfter(res, done, loading, column) {
-        window.console.log(column);
         this.attachBox = false;
         this.refreshChange();
         done();

--
Gitblit v1.9.3