Browse Source

修改界面Bug

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

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

@@ -620,7 +620,7 @@ func ShowModelConvertPageInfo(ctx *context.Context) {
ctx.ServerError("Cloudbrain", err)
return
}
ctx.Data["MODEL_CONVERT_COUNT"] = 0
ctx.Data["MODEL_CONVERT_COUNT"] = count
userIds := make([]int64, len(modelResult))
for i, model := range modelResult {
model.IsCanOper = isOper(ctx, model.UserId)


Loading…
Cancel
Save