pull/170/head^2
zhangdaiscott 2022-09-29 15:19:37 +08:00
commit 013f6c2e81
1 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,8 @@
fileSize: item.size,
};
newFileList.push(fileJson);
} else {
return;
}
}
emitValue(newFileList);