gongchunyi
2026-08-03 e9f494339c91df35b4552573f6b4e85e51fa5a9d
src/views/procurementManagement/procurementLedger/fileList.vue
@@ -32,8 +32,7 @@
  tableData.value = list
}
const downLoadFile = (row) => {
  proxy.$download.name(row.url);
   proxy.$download.byUrl(row.url, row.originalFilename);
}
const lookFile = (row) => {
  filePreviewRef.value.open(row.url)