From 7b3dc84c251c4d747bbc3c1c61379bfc34c8f850 Mon Sep 17 00:00:00 2001 From: wxc <191104855@qq.com> Date: Tue, 28 Oct 2025 17:28:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datav/Lmgz.vue | 42 ++++++++++++++++++++++-- src/views/mobileSupervise/Inspection.vue | 6 ++-- src/views/rightsComfort/ComfortPacks.vue | 2 +- src/views/work/Query.vue | 17 ++++++++-- 4 files changed, 59 insertions(+), 8 deletions(-) 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 @@