|
@@ -427,7 +427,7 @@ func ApprovalListExport(this *SealApprovalController, condition, joinCondition s
|
|
br.ErrMsg = "保存文件失败"
|
|
br.ErrMsg = "保存文件失败"
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- downloadFileName := "审批列表" + time.Now().Format("2006.01.02")+ ".xlsx"
|
|
|
|
|
|
+ downloadFileName := "用印审批列表" + time.Now().Format("2006.01.02")+ ".xlsx"
|
|
this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
|
|
this.Ctx.Output.Download(downLoadnFilePath, downloadFileName)
|
|
defer func() {
|
|
defer func() {
|
|
os.Remove(downLoadnFilePath)
|
|
os.Remove(downLoadnFilePath)
|