gongchunyi
2026-08-03 e4b2b03451488b151a6d245cf1f1d782c128b881
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)