NEZ-3170 fix:params改为json字符串

This commit is contained in:
zyh
2023-09-07 17:57:30 +08:00
parent 122f79c3cf
commit dac6ce8cea
3 changed files with 8 additions and 2 deletions

View File

@@ -647,7 +647,7 @@ export default {
// 设置dataLink
if (this.currentMsg.alertRule.param) {
chartInfo.param.dataLink = this.currentMsg.alertRule.param.dataLink
chartInfo.param.dataLink = JSON.parse(this.currentMsg.alertRule.param).dataLink
}
chartInfo.id = this.currentMsg.id