spring
3 天以前 57e9a978e184e8f035290a4aebd4ee5ae551af80
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);