src/views/procurementManagement/procurementLedger/index.vue
@@ -791,6 +791,10 @@ // 移除文件 function handleRemove(file) { console.log("handleRemove", file.id); if (file.size > 1024 * 1024 * 10) { // 仅前端清理,不调用删除接口和提示 return; } if (operationType.value === "edit") { let ids = []; ids.push(file.id);