diff --git a/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue index 2b9638ab..c08e9e26 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/supplier/index.vue @@ -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; } - \ No newline at end of file +