|
@@ -1942,11 +1942,12 @@ export default {
|
1942
|
1942
|
}
|
1943
|
1943
|
})
|
1944
|
1944
|
let newArr = Object.values(objInfo);
|
1945
|
|
- console.log("newArrwowoowowowo",newArr)
|
|
1945
|
+ console.log("newArrwowoowowowo",this.records[i].his_advices)
|
1946
|
1946
|
if(newArr!=null && newArr.length >0){
|
1947
|
1947
|
for(let y=0;y<newArr.length;y++){
|
1948
|
1948
|
for(let z=0;z<this.records[i].his_advices.length;z++){
|
1949
|
|
- if(newArr[y].new_groupno == this.records[i].his_advices[z].new_groupno){
|
|
1949
|
+ if(newArr[y].new_groupno == this.records[i].his_advices[z].new_groupno &&
|
|
1950
|
+ this.records[i].his_advices[z].execution_frequency.indexOf('上机前')==-1){
|
1950
|
1951
|
newArr[y].child.push(this.records[i].his_advices[z])
|
1951
|
1952
|
}
|
1952
|
1953
|
}
|