From 8b56e846903875b3e0b9df088c3fa3e0ad9d8a16 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 20:28:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E8=BD=A6=E7=89=8C=E5=8F=B7=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourColorManage/warningList/vehicleWarning/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue index 9b15d33..65be4fa 100644 --- a/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue +++ b/src/views/backOfficeSystem/fourColorManage/warningList/vehicleWarning/index.vue @@ -18,6 +18,9 @@ start-placeholder="开始时间" end-placeholder="结束时间" value-format="YYYY-MM-DD HH:mm:ss" format="YYYY-MM-DD HH:mm:ss" /> + + + 查询 重置 @@ -183,6 +186,7 @@ const onSearch = () => { const promes = { yjRyxm: listQuery.value.yjRyxm, // yjlx: listQuery.value.yjlx, + yjClcph: listQuery.value.yjClcph, startTime: listQuery.value.time ? listQuery.value.time[0] : '', endTime: listQuery.value.time ? listQuery.value.time[1] : '', }