@@ -634,6 +634,12 @@ func (this *ChartInfoController) MultipleGraphConfigSaveChart() {
_ = utils.Rc.Delete(cacheKey)
}()
+ if req.MultipleGraphConfigId <= 0 {
+ br.Msg = "配置未保存"
+ br.IsSendEmail = false
+ return
+ }
+
if req.IsSaveAs {
CopyMultipleGraphConfigSaveChart(req, this, br, sysUser)
return