diff --git a/src/views/modules/common/uploadFileList1.vue b/src/views/modules/common/uploadFileList1.vue index deabeef..af11aac 100644 --- a/src/views/modules/common/uploadFileList1.vue +++ b/src/views/modules/common/uploadFileList1.vue @@ -311,7 +311,6 @@ export default { for (let i = 0; i < this.proofDocumentList.length; i++) { this.proofDocumentList[i].buNo = this.proofDocumenCurrentRow.buNo } - console.log(this.proofDocumentList) if (this.totalPage > 0) { // 设置选中行 this.$refs.proofDocumentTable.setCurrentRow(this.proofDocumentList[0]) diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index 56e2f63..594a428 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -4282,9 +4282,6 @@ import {downLoadObjectFile} from "../../../api/eam/eam_object_list"; } }, shouldShowDelete(row) { - console.log('row.documentId',row.documentId) - console.log('row.projectPhase',row.projectPhase) - console.log('Y/N',row.documentId !== null || row.projectPhase !== 'SOP文档') // 根据条件判断是否显示删除操作 if (row.projectPhase === 'SOP文档') { return false