优化
This commit is contained in:
parent
c667cab3e9
commit
5603741d15
@ -287,7 +287,7 @@ export default {
|
||||
const result = this.obj.recortModelDtos.reduce((result, i) => {
|
||||
i.detailDtos.map(j => {
|
||||
j.scoreDtos.map(k => {
|
||||
const str = j.calculate.replace(/{\w+}/g, (i) => {
|
||||
const str = k.calculate.replace(/{\w+}/g, (i) => {
|
||||
i = i.replace(/{|}/g, '')
|
||||
return k[i]
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user