zwxi 1 yıl önce
ebeveyn
işleme
4f1d033877
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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
 	}