lrf402788946 hace 4 años
padre
commit
e57a58edff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/service/util.js

+ 1 - 0
app/service/util.js

@@ -276,6 +276,7 @@ class UtilService extends CrudService {
       }
       if (uri && filename) resetFileList.push({ uri, filename });
     }
+    console.log(resetFileList);
     // 导出
     const output = fs.createWriteStream(`${path}${fn}`);
     const archive = archiver('zip', {