显示全部审批人
This commit is contained in:
@@ -122,11 +122,12 @@ export default {
|
|||||||
this.fileList = res.data.contents.filter(v=> v.msgType == 3)
|
this.fileList = res.data.contents.filter(v=> v.msgType == 3)
|
||||||
this.webpage = res.data.contents.filter(v=> v.msgType == 4)
|
this.webpage = res.data.contents.filter(v=> v.msgType == 4)
|
||||||
this.miniapp = res.data.contents.filter(v=> v.msgType == 5)
|
this.miniapp = res.data.contents.filter(v=> v.msgType == 5)
|
||||||
if(res.data.status==1) { // 拒绝
|
this.approver = res.data.examines
|
||||||
this.approver = res.data.examines.filter(e=> e.examineStatus == 2)
|
// if(res.data.status==1) { // 拒绝
|
||||||
} else { // 通过
|
// this.approver = res.data.examines.filter(e=> e.examineStatus == 2)
|
||||||
this.approver = res.data.examines
|
// } else { // 通过
|
||||||
}
|
// this.approver = res.data.examines
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user