Browse Source
Merge in DEC/decision-webui-dcm from ~AUSTIN.DUAN/decision-webui-dcm:final/11.0 to final/11.0 * commit '45aeb419b22a8c9caac422c4c0ae3493462816f3': BI-144496 fix: 数据连接增加埋点final/11.0
Austin.Duan-段嗣跃
9 months ago
2 changed files with 25 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
BI.point("dec.dcm.model.connection", "createNewConnection", () => { |
||||
Dec.Utils.saveFocusPoint({ |
||||
id: "E73325", |
||||
title: "新建数据连接", |
||||
}); |
||||
}); |
||||
|
||||
BI.point("dec.dcm.model.title_maintain", "setTestEvent", () => { |
||||
Dec.Utils.saveFocusPoint({ |
||||
id: "E73328", |
||||
title: "测试数据连接", |
||||
}); |
||||
}); |
||||
|
||||
BI.point("dec.dcm.model.maintain_form", "addConnection", function () { |
||||
Dec.Utils.saveFocusPoint({ |
||||
id: "E8827", |
||||
title: "保存数据连接", |
||||
body: { |
||||
datebaseType: this.model.datebaseTypeSelected, |
||||
databaseName: this.model.connectionSelected, |
||||
}, |
||||
}); |
||||
}); |
Loading…
Reference in new issue