From 0e295b74ea57bdbb1db02e09ec53ca63a0c502dc Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 29 Sep 2025 15:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/filesTransfer/record/components/recordList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/filesTransfer/record/components/recordList.vue b/src/views/filesTransfer/record/components/recordList.vue index e525154..72a8175 100644 --- a/src/views/filesTransfer/record/components/recordList.vue +++ b/src/views/filesTransfer/record/components/recordList.vue @@ -146,7 +146,7 @@ export default { // 显示加载遮罩 this.$modal.loading("正在移交,请稍候..."); const transferApplyId = this.rowData.id; - const id = row.id; + const id = row.fileId; const transferStatus = '1'; updateTransferRecordFilesStatusApi({ transferApplyId,id,transferStatus }).then(res => { this.$modal.closeLoading();