修改:1、阿里云和华为云上报节点的删除增加保存json

This commit is contained in:
pengwang 2021-05-06 10:40:55 +08:00
parent 4bc971b55e
commit 42104f540a
2 changed files with 2 additions and 0 deletions

View File

@ -209,6 +209,7 @@ func (r *ReportServiceParamAliyunTemplate) DeleteReportNode(name string) int {
return index
}
}
ReportServiceParamListAliyun.WriteParamToJson()
return index
}

View File

@ -206,6 +206,7 @@ func (r *ReportServiceParamHuaweiTemplate) DeleteReportNode(name string) int {
return index
}
}
ReportServiceParamListHuawei.WriteParamToJson()
return index
}