审批拒绝bug

This commit is contained in:
shijingjing
2022-08-01 16:08:20 +08:00
parent 1bcd7406cd
commit e502506a99

View File

@@ -123,7 +123,7 @@ export default {
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) { // 拒绝 if(res.data.status==1) { // 拒绝
this.approver = res.data.examines.filter(e=> e.examineUserId == this.user.openId) this.approver = res.data.examines.filter(e=> e.examineStatus == 2)
} else { // 通过 } else { // 通过
this.approver = res.data.examines this.approver = res.data.examines
} }