From 83ccfae7a1ee19a975713bc3cdc81cff771e7a80 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Mon, 10 Nov 2025 17:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/filesTransfer/accept/index.vue | 5 +++-- src/views/filesTransfer/record/components/data-detail.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/filesTransfer/accept/index.vue b/src/views/filesTransfer/accept/index.vue index 7ffca0c..a64d3f3 100644 --- a/src/views/filesTransfer/accept/index.vue +++ b/src/views/filesTransfer/accept/index.vue @@ -10,7 +10,7 @@ /> - + @@ -86,6 +86,7 @@ export default { name: 'RecordDetail2', query: { id: encryptWithSM4(row.id ?? '0'), + proId: encryptWithSM4(row.proId ?? '0'), viewStatus: encryptWithSM4('accept'), auditStatus: encryptWithSM4(this.getStatusText2(row.auditStatus)), } @@ -109,7 +110,7 @@ export default { this.row = row; this.isflag = true; }, - + // 获取状态 getStatusText(status) { switch (status) { diff --git a/src/views/filesTransfer/record/components/data-detail.vue b/src/views/filesTransfer/record/components/data-detail.vue index 8ce962f..d968efa 100644 --- a/src/views/filesTransfer/record/components/data-detail.vue +++ b/src/views/filesTransfer/record/components/data-detail.vue @@ -226,7 +226,7 @@ export default { // 刷新数据 async refreshData() { this.fileList = []; - const res = await getTransferReceiceDetailApi({ id: this.id }) + const res = await getTransferReceiceDetailApi({ id: this.id, proId: this.proId }) if (Array.isArray(res.data.transferFileDtos) && res.data.transferFileDtos.length > 0) { res.data.transferFileDtos.map(item => { const newFile = {