@@ -639,7 +639,7 @@ export default {
//选做的认知任务
this.taskOptionalList = list.filter((item) => {
return (
- item.isDisplayed == "1" && item.contentType == "1" && item.isRequired == "0"
+ item.isDisplayed == "1" && item.contentType == "1" && item.isRequired == "0"&&item.isCompleted=='1'
);
});
// topPicList: [],