zwxi 1 anno fa
parent
commit
4f1d033877
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 	}