|
@@ -2242,8 +2242,6 @@ func (c *ExcelInfoController) Download() {
|
|
|
return
|
|
|
}
|
|
|
case utils.BALANCE_TABLE: // 混合表格
|
|
|
- c.Ctx.Output.Header("Content-Disposition", "attachment; filename=excel_files.zip")
|
|
|
- c.Ctx.Output.Header("Content-Type", "application/zip")
|
|
|
savePath, fileName, err, errMsg := DownloadBalanceTable(excelInfo)
|
|
|
if err != nil {
|
|
|
br.Msg = "下载失败"
|