浏览代码

Merge branch 'hotfix/chart_framework_save_20231113' into debug

hsun 1 年之前
父节点
当前提交
89dcc1b54f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      controllers/data_manage/chart_framework.go

+ 3 - 0
controllers/data_manage/chart_framework.go

@@ -235,6 +235,7 @@ func (this *ChartFrameworkController) Add() {
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "操作成功"
+	br.IsAddLog = true
 }
 
 // Edit
@@ -339,6 +340,7 @@ func (this *ChartFrameworkController) Edit() {
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "操作成功"
+	br.IsAddLog = true
 }
 
 // Remove
@@ -403,6 +405,7 @@ func (this *ChartFrameworkController) Remove() {
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "操作成功"
+	br.IsAddLog = true
 }
 
 // Rename