From 50433e86b718fab0d94ea1410724b29b5f53fa0a Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期三, 09 四月 2025 15:11:26 +0800
Subject: [PATCH] 更新SVG图标样式,优化灌溉计划和取水口页面逻辑,添加状态处理和信息提示功能;调整界面样式,提升用户体验。
---
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