From 7bccb4b2b3078d2f2463b25e70a9639b39f2db94 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 13 五月 2025 16:19:38 +0800 Subject: [PATCH] 采购台账-联调 --- src/views/procurementManagement/procurementLedger/index.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue index f54c869..504bfa5 100644 --- a/src/views/procurementManagement/procurementLedger/index.vue +++ b/src/views/procurementManagement/procurementLedger/index.vue @@ -502,11 +502,10 @@ } // 绉婚櫎鏂囦欢 function handleRemove (file) { - console.log('handleRemove', file) - console.log('operationType.value', operationType.value) + console.log('handleRemove', file.id) if (operationType.value === 'edit') { let ids = [] - ids.push(file.value.id) + ids.push(file.id) delLedgerFile(ids).then(res => { proxy.$modal.msgSuccess("鍒犻櫎鎴愬姛") }) -- Gitblit v1.9.3