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