From dcab2253624a64dbba2d571449a1f5e1c8166305 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 19:41:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=8D=E6=AC=A1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warningList/portraitWarning/components/localWarning.vue | 2 +- .../warningList/vehicleWarning/components/localWarning.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue index b044ae5..3bb7d4d 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/portraitWarning/components/localWarning.vue @@ -156,7 +156,7 @@ const getList = (val) => { pageData.tableConfiger.loading = true; const promes = { ...val, - yjLx: '01', // 人员预警 + yjLx: '1', // 人员预警 pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize } diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue index b95e5de..c517744 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/components/localWarning.vue @@ -156,7 +156,7 @@ const getList = (val) => { pageData.tableConfiger.loading = true; const promes = { ...val, - yjLx: '02', // 车辆预警 + yjLx: '2', // 车辆预警 pageCurrent: pageData.pageConfiger.pageCurrent, pageSize: pageData.pageConfiger.pageSize }