Merge pull request #6947 from dataease/pr@dev_one_dot_x
Pr@dev one dot x
This commit is contained in:
commit
4570877539
@ -535,7 +535,7 @@ export default {
|
||||
},
|
||||
setNameIdTrans(from, to, originName, name2Auto) {
|
||||
let name2Id = originName
|
||||
const nameIdMap = [...this.dimensionData, ...this.quotaData].reduce(
|
||||
const nameIdMap = [...this.tableFields.dimensionList, ...this.tableFields.quotaList].reduce(
|
||||
(pre, next) => {
|
||||
pre[next[from]] = next[to]
|
||||
return pre
|
||||
|
||||
Loading…
Reference in New Issue
Block a user