!109 案例文件打包下载

Merge pull request !109 from 德仔/xzj
This commit is contained in:
德仔
2021-03-08 18:53:48 +08:00
committed by Gitee
7 changed files with 198 additions and 14 deletions

View File

@ -390,7 +390,7 @@
getFileListByCaseId(customerCase){
getFileListByCaseId(customerCase.id).then(response => {
if (response.code === 200) {
this.$refs["muchFileDownRef"].showDialog(null, response.rows);
this.$refs["muchFileDownRef"].showDialog(customerCase.name, response.rows);
}
});
},