ezhizao_zx hace 1 año
padre
commit
633dc74dfb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 }
 
-funcpageSize: 20eList(row) {
+function showFileList(row) {
   currentFileList.value = row.files.map((l) => `${baseUrl.value}${l.fileUrl}`);
   showViewer.value = true;
 }