From 8800a587fe0fbe757c790157dc7a02a00de929d4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 14 三月 2024 16:09:42 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/header/search.jsx | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/header/search.jsx b/zy-asrs-flow/src/pages/map/header/search.jsx
index b7546a7..5036689 100644
--- a/zy-asrs-flow/src/pages/map/header/search.jsx
+++ b/zy-asrs-flow/src/pages/map/header/search.jsx
@@ -34,7 +34,6 @@
const [curSensorType, setCurSensorType] = React.useState(sensorTypeSelectOptions?.[0]?.value);
const [sensorList, setSensorList] = React.useState([]);
- const [curSensorUuid, setCurSensorUuid] = React.useState(null);
const [curSensorLabel, setCurSensorLabel] = React.useState(null);
useEffect(() => {
--
Gitblit v1.9.1