|
@@ -2917,7 +2917,7 @@ ${JSON.stringify(forAllList)}
|
|
const ids1 = this.scoList.map(item => item.id);
|
|
const ids1 = this.scoList.map(item => item.id);
|
|
console.log('ids1',ids1);
|
|
console.log('ids1',ids1);
|
|
|
|
|
|
- jiu评分
|
|
|
|
|
|
+ // jiu评分
|
|
scoArr = this.scoListCopy.filter(item => !ids1.includes(item.id));
|
|
scoArr = this.scoListCopy.filter(item => !ids1.includes(item.id));
|
|
console.log('scoArr',JSON.parse(JSON.stringify('scoArr')));
|
|
console.log('scoArr',JSON.parse(JSON.stringify('scoArr')));
|
|
|
|
|