diff --git a/src/components/AttachmentUpload.vue b/src/components/AttachmentUpload.vue index e5fe14f..0bd2af7 100644 --- a/src/components/AttachmentUpload.vue +++ b/src/components/AttachmentUpload.vue @@ -231,7 +231,7 @@ const _singleFileValue = computed({ } }) -console.log('_singleFileValue',_singleFileValue.value) +// console.log('_singleFileValue',_singleFileValue.value) const _otherFileListValue = computed({ get() { return props.otherFileList; @@ -279,7 +279,7 @@ watch(() => props.showTable, (newVal) => { // singleFileList.value = newVal // }, {deep: true}) watch(() => props.formData.singleFile, (newVal) => { - console.log('singleFile', newVal) + // console.log('singleFile', newVal) singleFile.value = newVal props.formData.singleFile=newVal }, {deep: true}) diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index d7ae9e5..869c9a0 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -532,7 +532,7 @@ const compositeParam = (item) => { } } const getAttachment = (val) => { - console.log('上传文件getAttachment', val) + // console.log('上传文件getAttachment', val) showSingleTable.value = false localFormData.value.singleFile = compositeParam(val) singleList.value.push(compositeParam(val)) @@ -610,7 +610,7 @@ const handleSubmit = async () => { if(sessionParams.value.preProcess&&!localFormData.value.preProcess){ params.preProcess=JSON.stringify(sessionParams.value.preProcess) } - console.log(params.preProcess) + // console.log(params.preProcess) let res if (props.step === '20') { if (projectChargePersonUserList.value && projectChargePersonUserList.value.length === 0) { diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 946cb20..6b49c4e 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -198,21 +198,21 @@ const tableConfigReport = reactive({ // currentRender: ({row, index}) => ( //