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] : '', }