zwxi 1 year ago
parent
commit
4f1d033877
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/data_manage/excel/excel_info.go

+ 2 - 0
controllers/data_manage/excel/excel_info.go

@@ -518,6 +518,8 @@ func (c *ExcelInfoController) Edit() {
 		return
 	}
 	if markRet.Status == 1 {
+		br.Ret = 200
+		br.Success = true
 		br.Data = markRet
 		return
 	}