This commit is contained in:
cwchen 2025-09-29 15:16:47 +08:00
parent 7360bd5a81
commit 0e295b74ea
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ export default {
// //
this.$modal.loading("正在移交,请稍候..."); this.$modal.loading("正在移交,请稍候...");
const transferApplyId = this.rowData.id; const transferApplyId = this.rowData.id;
const id = row.id; const id = row.fileId;
const transferStatus = '1'; const transferStatus = '1';
updateTransferRecordFilesStatusApi({ transferApplyId,id,transferStatus }).then(res => { updateTransferRecordFilesStatusApi({ transferApplyId,id,transferStatus }).then(res => {
this.$modal.closeLoading(); this.$modal.closeLoading();