|
@ -61,6 +61,10 @@ const Basis = ({ actions, dispatch, setshowData, siteList, siteData, waterLevelS |
|
|
nextStructId = siteList[i].value; |
|
|
nextStructId = siteList[i].value; |
|
|
break; |
|
|
break; |
|
|
} |
|
|
} |
|
|
|
|
|
if (i === siteList.length - 1) { |
|
|
|
|
|
setChangeable(true); |
|
|
|
|
|
alert('泵站系统暂未接入此泵站'); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
setStrucId(nextStructId); |
|
|
setStrucId(nextStructId); |
|
|