Browse Source

fix:修改提示

zqbao 7 months ago
parent
commit
761ede6ee9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -831,7 +831,7 @@ func (this *ReportNoAuthController) Detail() {
 	if result.Ret == 200 && result.Data.Report == nil {
 		// 报告不存在, 就尝试删除推送的记录
 		models.DeleteReportPushStatusByReportId(reportId, utils.ReportTypeEta)
-		br.Msg = "报告已删除或未发布"
+		br.Msg = "报告已删除或未发布,请刷新重试"
 		return
 	}