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

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