@@ -177,7 +177,7 @@
taskDefId: this.taskDefKey
}).then(({data}) => {
data.flowButtonList.forEach(item => {
- if (item.code === '_flow_reject') {
+ if (item.code === '_flow_agree') {
this.status = 'audit'
}
})