|
@@ -1769,7 +1769,7 @@ export default {
|
|
|
this.$api.workflowLog.list(param).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.workflowLogs = res.data;
|
|
|
- const sences = this.workflowLogs.filter(item=>item.nodeName=='现场勘查');
|
|
|
+ const sences = this.workflowLogs.filter(item=>(item.nodeName=='现场勘查'&& item.state=='通过'));
|
|
|
this.valueTiming = sences[sences.length-1].created
|
|
|
}
|
|
|
})
|