供应商管理页面导出功能完善
This commit is contained in:
parent
1070757220
commit
086a5ba6a7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue