1. 完成所有导出的功能

This commit is contained in:
YunaiV
2021-01-15 01:54:36 +08:00
parent d8a52a8c61
commit c3df5bc62f
35 changed files with 326 additions and 330 deletions

View File

@ -568,7 +568,7 @@ export default {
}).then(function() {
return exportRole(queryParams);
}).then(response => {
this.download(response.msg);
this.downloadExcel(response, '角色数据.xls');
})
}
}