Your Name
2022-11-30 f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7
src/views/trouble/safetyRiskTroubleStatistics.vue
@@ -321,7 +321,6 @@
                this.listQuery.eid = Cookies.get('isSupervision') === 'null' ? '' : Cookies.get('isSupervision')
                let res = await getSafetyRiskTroubleStatisticsData(this.listQuery)
                if(res.data.code === '200' && res.data.result){
                    debugger
                    let pagData = JSON.parse(res.data.message)
                    this.recordTotal = pagData.totalCount
                    this.pageSize = pagData.pageSize