|
@@ -358,8 +358,8 @@ export default {
|
|
|
this.mapMemberColor.clear()
|
|
|
arr.map((item, index) => {
|
|
|
this.mapMemberColor.set(item.idap, {
|
|
|
- color: this.colorList[index % 20],
|
|
|
- bgColor: this.bgColorList[index % 20]
|
|
|
+ color: '#FFFFFF',
|
|
|
+ bgColor: this.colorList[index % 20]
|
|
|
})
|
|
|
})
|
|
|
},
|