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,