From 4a1793b20f6ee04ec92a2a284d08e792e6f49783 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 11 四月 2025 17:56:51 +0800
Subject: [PATCH] 更新灌溉详情页面,添加命令发布失败数的显示和样式,优化状态管理逻辑以提升用户体验。

---
 pages/createIrrigation/createIrrigation.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/createIrrigation/createIrrigation.js b/pages/createIrrigation/createIrrigation.js
index 6a03e17..6a77e38 100644
--- a/pages/createIrrigation/createIrrigation.js
+++ b/pages/createIrrigation/createIrrigation.js
@@ -62,7 +62,7 @@
             isShowLoding: true
         }).then(res => {
             if (res.success) {
-                const projectList = res.content.obj.map(project => ({
+                const projectList = res.content.map(project => ({
                     id: project.projectId,
                     name: project.projectName,
                     groupCount: project.groupCount,

--
Gitblit v1.8.0