马宇豪
2022-12-27 771e0da9c6082c78a28f5286f89f4f36b05689d3
src/views/doubleIndex/saftyScreen/components/screen.vue
@@ -311,9 +311,11 @@
                this.$router.push({
                    path:"/fullScreen"
                })
                this.$parent.clickFullscreen()
            },
            back(){
                window.history.go(-1);
                this.$parent.clickFullscreen()
            },
            // 获取部门列表
@@ -449,7 +451,6 @@
            },
            changeCompleteTimeInspectionPerson() {
                console.log(this.value2,this.completeListQuery,'222')
                if(this.value2 !== null){
                    this.completeListQuery.startTime = this.value2[0]
                    this.completeListQuery.endTime = this.value2[1]
@@ -520,7 +521,6 @@
                this.updateMission(this.taskListQuery)
            },
            changeTimeTask(){
                console.log(this.value3,this.taskListQuery,'333')
                if(this.value3 !== null){
                    this.taskListQuery.startTime = this.value3[0]
                    this.taskListQuery.endTime = this.value3[1]
@@ -727,8 +727,7 @@
                if (option && typeof option === 'object') {
                    myChart.setOption(option);
                    t.myVar = setInterval(function(){
                        console.log('tik')
                    t.myVar = window.setInterval(function(){
                        if (option.dataZoom[0].endValue == t.depList.length ) {
                            option.dataZoom[0].endValue = 6;
                            option.dataZoom[0].startValue = 0;
@@ -887,7 +886,7 @@
                    },
                    series: [
                        {
                            name: '任务数量',
                            name: '当日认领数量',
                            type: 'bar',
                            data: this.claimedData,
                            itemStyle:{
@@ -895,7 +894,7 @@
                            }
                        },
                        {
                            name: '已完成',
                            name: '当日完成数量',
                            type: 'bar',
                            data: this.completedData,
                            itemStyle:{
@@ -903,7 +902,7 @@
                            }
                        },
                        {
                            name: '未完成',
                            name: '累计领取未完成数量',
                            type: 'bar',
                            data: this.uncompletedData,
                            itemStyle:{