gaoluyang
4 天以前 e9a81d0f70199401b87a985f9a12f9b2627f29d0
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);