admin/src/views/business/companyDocuments.vue
@@ -68,6 +68,8 @@ import TableLayout from '@/layouts/TableLayout' import Pagination from '@/components/common/Pagination' import OperaCompanyDocumentsWindow from '@/components/business/OperaCompanyDocumentsWindow' import {downloadFile} from "@/api/system/common"; export default { name: 'CompanyDocuments', extends: BaseTable, @@ -94,7 +96,7 @@ methods:{ download(row){ if(row.fileurlFull){ window.open(row.fileurlFull) downloadFile({ url: row.fileurlFull, fileName:row.fileName }) } } }