From 280137b7e2966576b58257ebdcc346af0f1abb1c Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 16 Jul 2024 21:07:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=B7=A6=E4=BE=A7=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AttachmentUpload.vue | 4 ++-- .../DetailComponent/ProjectApply.vue | 4 ++-- src/views/home/index.vue | 20 +++++++++---------- .../system/organizationalStructure/index.vue | 20 +++++++++++-------- 4 files changed, 26 insertions(+), 22 deletions(-) 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}) => ( //
{row.companyName}
) }, - { - prop: 'approveName', - label: '审批人', - align: 'center' - }, + // { + // prop: 'approveName', + // label: '审批人', + // align: 'center' + // }, { prop: 'deadline', label: '截止时间', align: 'center' }, - { - prop: 'taskNode', - label: '当前节点', - align: 'center' - }, + // { + // prop: 'taskNode', + // label: '当前节点', + // align: 'center' + // }, { prop: 'state', label: '状态', diff --git a/src/views/system/organizationalStructure/index.vue b/src/views/system/organizationalStructure/index.vue index 831781b..2b34c61 100644 --- a/src/views/system/organizationalStructure/index.vue +++ b/src/views/system/organizationalStructure/index.vue @@ -16,11 +16,11 @@
+ :default-expanded-keys="expandedKeys" default-expand-all + @node-click="handleClick" @node-expand="handleClick">