mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
选择一条数据,点击审批通过,数据展示在已审批未通过列表;审批拒绝数据,展示在已审批已通过列表
This commit is contained in:
@@ -254,7 +254,7 @@ export default {
|
||||
this.btnStatus = 1 //按钮状态 0-不通过,1-通过
|
||||
this.refuseNum = 0
|
||||
this.passNum = this.claimApprovalIds.length
|
||||
this.claimApprovalFunc(0)
|
||||
this.claimApprovalFunc(1)
|
||||
}else{
|
||||
this.$toast('请先选中数据,再进行操作。')
|
||||
}
|
||||
@@ -265,7 +265,7 @@ export default {
|
||||
this.btnStatus = 0 //按钮状态 0-不通过,1-通过
|
||||
this.refuseNum = this.claimApprovalIds.length
|
||||
this.passNum = 0
|
||||
this.claimApprovalFunc(1)
|
||||
this.claimApprovalFunc(0)
|
||||
}else{
|
||||
this.$toast('请先选中数据,再进行操作。')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user