From 832896ccaf8ac6a8ca31394e55577f064bc5eacf Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 20 十二月 2021 11:05:48 +0800 Subject: [PATCH] 暂存 --- src/pages/library/components/upload.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/pages/library/components/upload.vue b/src/pages/library/components/upload.vue index 53c51b6..8a29d94 100644 --- a/src/pages/library/components/upload.vue +++ b/src/pages/library/components/upload.vue @@ -213,7 +213,6 @@ // 涓婁紶闄勪欢 handleUpLoad(files) { // 鍒ゆ柇鏄惁閫夋嫨搴曞簱 - // console.log(this.idJson, 'upload this.idJson') if (this.idJson.tableId === undefined || this.idJson.tableId === "") { this.$notify({ type: "error", @@ -261,7 +260,6 @@ // fd.append('files', this.suFileList) /* 娣诲姞tableId start */ if (this.idJson && this.idJson.tableId) { - console.log(this.idJson, "upload this.idJson"); fd.append("tableId", this.idJson.tableId); } /* 娣诲姞orgId officeId end */ -- Gitblit v1.8.0