供应商管理页面导出功能完善

This commit is contained in:
BianLzhaoMin 2024-07-26 16:33:09 +08:00
parent 1070757220
commit 086a5ba6a7
1 changed files with 8 additions and 4 deletions

View File

@ -510,9 +510,13 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
// this.download('system/dict/type/export', {
// ...this.queryParams
// }, `type_${new Date().getTime()}.xlsx`)
this.download(
'base/supplierInfo/export',
{
...this.queryParams,
},
`供应商管理${new Date().getTime()}.xlsx`,
)
},
/** 刷新缓存按钮操作 */
handleRefreshCache() {
@ -529,4 +533,4 @@ export default {
width: 60px !important;
margin-bottom: 10px;
}
</style>
</style>