spring
3 天以前 57e9a978e184e8f035290a4aebd4ee5ae551af80
采购台账上传超过10M大小的文件时,提示语多了一条
已修改1个文件
4 ■■■■ 文件已修改
src/views/procurementManagement/procurementLedger/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);