|
@@ -373,7 +373,7 @@ function changeIsEvaluate (id){
|
|
|
let pratioM =datas.mixRatioConnectData[con_key];//找到父key
|
|
|
let conditions = [];
|
|
|
if(pratioM&&pratioM.length>0){
|
|
|
- for(let p_key in pratioM ){
|
|
|
+ for(let p_key of pratioM ){
|
|
|
conditions.push(gljOprObj.getConditionByKey(p_key));
|
|
|
}
|
|
|
}
|