|
@@ -309,7 +309,7 @@ function openFollowFile(arg) {
|
|
|
window.open(`${arg.url}`, arg.fileName);
|
|
|
}
|
|
|
|
|
|
-funcpageSize: 20eList(row) {
|
|
|
+function showFileList(row) {
|
|
|
currentFileList.value = row.files.map((l) => `${baseUrl.value}${l.fileUrl}`);
|
|
|
showViewer.value = true;
|
|
|
}
|