bug30664
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
this.fileList = res.data.contents.filter(v=> v.msgType == 3)
|
||||
this.webpage = res.data.contents.filter(v=> v.msgType == 4)
|
||||
this.miniapp = res.data.contents.filter(v=> v.msgType == 5)
|
||||
if(data.status==1) { // 拒绝
|
||||
if(res.data.status==1) { // 拒绝
|
||||
this.approver = data.examines.filter(e=> e.examineUserId == user.openId)
|
||||
} else { // 通过
|
||||
this.approver = data.examines
|
||||
|
||||
Reference in New Issue
Block a user