案例文件打包下载
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user