案例文件打包下载

This commit is contained in:
xiezhijun
2021-03-08 18:00:25 +08:00
parent c9a8264f1e
commit 39ff2ed69c
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);
}
});
},