diff --git a/src/views/datav/Lmgz.vue b/src/views/datav/Lmgz.vue index dab6bb3..a721ba8 100644 --- a/src/views/datav/Lmgz.vue +++ b/src/views/datav/Lmgz.vue @@ -498,8 +498,46 @@ const getCarOrgNegativeData =async (type) => { } const getPoliceANegativeData =async (type) => { - const res = await policeANegativeStatistics(time.value, type); - policeANegativeList.value = eachData(res) + // const res = await policeANegativeStatistics(time.value, type); + // policeANegativeList.value = eachData(res) + setTimeout(() => { + policeANegativeList.value = [ + { + label: '星沙派出所', + value: 55 + }, + { + label: '坡子街派出所', + value: 44 + }, + { + label: '井湾子派出所', + value: 41 + }, + { + label: '圭塘派出所', + value: 40 + }, + { + label: '湘龙派出所', + value: 37 + }, + { + label: '定王台派出所', + value: 34 + }, + { + label: '洞井派出所', + value: 33 + }, + { + label: '集里派出所', + value: 32 + } + + ] + }, 1000) + } const getPoliceBNegativeData =async (type) => { diff --git a/src/views/mobileSupervise/Inspection.vue b/src/views/mobileSupervise/Inspection.vue index 2b5f1ca..b39a693 100644 --- a/src/views/mobileSupervise/Inspection.vue +++ b/src/views/mobileSupervise/Inspection.vue @@ -47,7 +47,7 @@
- + - +