|
@@ -783,15 +783,9 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
enginNodeStatusExecuted(item) {
|
|
enginNodeStatusExecuted(item) {
|
|
|
|
+ console.log(item)
|
|
try {
|
|
try {
|
|
- // for (let i = 0; i < this.comprehensiveList.length; i++) {
|
|
|
|
- // if (this.comprehensiveList[i].nodeReViewStateList.state=='1'){
|
|
|
|
- // if (item.nodeReViewStateList[j].Type==this.nodeList[i].dictLabel){
|
|
|
|
- // console.log('123333333333333333333331')
|
|
|
|
- // return true;
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
|
|
+ return this.form.nodeReViewStateList.find(o => o.Type == item.dictLabel).state == '1';
|
|
} catch (error) {
|
|
} catch (error) {
|
|
return false
|
|
return false
|
|
}
|
|
}
|