Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
860914b14a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/ai_model_convert.go

+ 1
- 0
routers/repo/ai_model_convert.go View File

@@ -504,6 +504,7 @@ func ShowModelConvertInfo(ctx *context.Context) {
ctx.ServerError("Not found task.", err)
return
}
ctx.Data["Name"] = job.Name
ctx.Data["canDownload"] = isOper(ctx, job.UserId)
user, err := models.GetUserByID(job.UserId)
if err == nil {


Loading…
Cancel
Save