| | |
| | | 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, |
| | |
| | | }) |
| | | this.search() |
| | | }, |
| | | methods:{ |
| | | download(row){ |
| | | if(row.fileurlFull){ |
| | | window.open(row.fileurlFull) |
| | | methods: { |
| | | download (row) { |
| | | if (row.fileurlFull) { |
| | | downloadFile({ url: row.fileurlFull, fileName:row.fileName }) |
| | | } |
| | | } |
| | | } |