Admin
2022-11-28 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919
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