ezhizao_zx 1 year ago
parent
commit
633dc74dfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/production/archiveTicket/index.vue

+ 1 - 1
src/views/business/production/archiveTicket/index.vue

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