案例管理的文件下载

This commit is contained in:
xiezhijun
2021-03-06 00:15:27 +08:00
parent 0f96ebf0f2
commit f1adbb041f
7 changed files with 112 additions and 67 deletions

View File

@ -12,7 +12,7 @@
size="mini"
type="text"
icon="el-icon-download"
@click=""
@click="downloadFile(scope.row)"
>下载</el-button>
</template>
</el-table-column>
@ -66,7 +66,7 @@ export default {
this.fileList = [];
},
downloadFile(file){
downCaseFile(file);
downCaseFile(file.downUrl);
}
},
};