From e5258097eafc8df53f3387056b6ee98dde594b4d Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期一, 21 四月 2025 18:19:08 +0800
Subject: [PATCH] 修改事件管理时间必填验证BUG

---
 src/api/basicData/plant.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/basicData/plant.js b/src/api/basicData/plant.js
index 9100703..361687e 100644
--- a/src/api/basicData/plant.js
+++ b/src/api/basicData/plant.js
@@ -42,3 +42,13 @@
     method: 'delete'
   })
 }
+
+
+// 鏌ヨ宸ュ巶绠$悊鍒楄〃
+export function listAll_plant(query) {
+  return request({
+    url: '/aps/aps_plant/listAll',
+    method: 'get',
+    params: query
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.3