ezhizao_zx 1 年之前
父節點
當前提交
633dc74dfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }