bug
This commit is contained in:
@@ -462,7 +462,9 @@ export default {
|
||||
...mapState(['user']),
|
||||
|
||||
groupLen() {
|
||||
return this.form.groupList.length
|
||||
return this.form.executorList.map(v => v.customerCount).reduce((prev, cur) => {
|
||||
return prev + cur
|
||||
}, 0)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user