NEZ-2895 fix: Tooltip.title & Tooltip.Legends.Alias 支持 变量取值
This commit is contained in:
@@ -125,7 +125,7 @@ export default {
|
||||
findData (key) {
|
||||
if (key) {
|
||||
const obj = {
|
||||
...this.$loadsh.cloneDeep(this.infoData[key]),
|
||||
...this.$lodash.cloneDeep(this.infoData[key]),
|
||||
type: key
|
||||
}
|
||||
if (key === 'dc') {
|
||||
@@ -139,7 +139,7 @@ export default {
|
||||
findData2 (key) {
|
||||
if (key) {
|
||||
const obj = {
|
||||
...this.$loadsh.cloneDeep(this.infoData[key]),
|
||||
...this.$lodash.cloneDeep(this.infoData[key]),
|
||||
type: key,
|
||||
position: {
|
||||
top: 0,
|
||||
|
||||
Reference in New Issue
Block a user