|
@@ -2,7 +2,7 @@ export default {
|
|
|
methods: {
|
|
|
backTrackingAIResolver(model, activeModel, context) {
|
|
|
const models = model?.models || []
|
|
|
- this.rows.forEach(item => {
|
|
|
+ this.formatRows.forEach(item => {
|
|
|
const currentGroup = models.find(group => group.groupId == item.groupId) || {}
|
|
|
const disenrollAll = Math.abs(models.sum(m => m.groupIndicator))
|
|
|
item.groupIndicator = currentGroup.groupIndicator
|