审核拒绝人员

This commit is contained in:
shijingjing
2022-08-01 11:36:39 +08:00
parent 54e10d5151
commit c883513c67

View File

@@ -121,7 +121,7 @@ export default {
this.webpage = res.data.contents.filter(v=> v.msgType == 4)
this.miniapp = res.data.contents.filter(v=> v.msgType == 5)
if(res.data.status==1) { // 拒绝
this.approver = res.data.examines.filter(e=> e.examineUserId == user.openId)
this.approver = res.data.examines.filter(e=> e.examineUserId == this.user.openId)
} else { // 通过
this.approver = res.data.examines
}