|
@@ -1487,7 +1487,7 @@ func (this *RangeChartChartInfoController) MultipleGraphConfigSaveEdb() {
|
|
}
|
|
}
|
|
|
|
|
|
if len(editReqEdbList) > 0 {
|
|
if len(editReqEdbList) > 0 {
|
|
- saveReq.EdbList = addReqEdbList
|
|
|
|
|
|
+ saveReq.EdbList = editReqEdbList
|
|
// 调用指标库去更新
|
|
// 调用指标库去更新
|
|
reqJson, err := json.Marshal(saveReq)
|
|
reqJson, err := json.Marshal(saveReq)
|
|
if err != nil {
|
|
if err != nil {
|