forked from github/dataease
Merge pull request #5014 from dataease/pr@dev_memory_component
Pr@dev memory component
This commit is contained in:
commit
955ec94fdf
@ -549,7 +549,7 @@ export default {
|
||||
if (name2Auto) {
|
||||
name2Auto.push(nameIdMap[ele])
|
||||
}
|
||||
name2Id = name2Id.replace(ele, nameIdMap[ele])
|
||||
name2Id = name2Id.replace(`[${ele}]`, `[${nameIdMap[ele]}]`)
|
||||
})
|
||||
}
|
||||
return name2Id
|
||||
|
Loading…
Reference in New Issue
Block a user