Your Name
2022-07-12 993f37f8def16855b7a6e26f6d598c3cde368bb7
src/views/specialWorkManage/specialWork/taskCreate/components/reviewInfo/index.vue
@@ -47,7 +47,6 @@
        methods:{
            openReviewInfo(value){
                this.reviewInfoDialog = true
                debugger
                this.activities = JSON.parse(JSON.stringify(value.taskReviews))
                for(let i in this.activities){
                    if(this.activities[i].pictures !== null && this.activities[i].pictures.length !== 0){