Ver código fonte

修改用户查看报告任务可选的问题

plg 1 mês atrás
pai
commit
df9e4f795e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/Report.vue

+ 1 - 1
src/components/Report.vue

@@ -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: [],