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 */