@@ -250,7 +250,7 @@
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
- this.pro.revokeProcIns(row.processInstanceId).then(({data}) => {
+ this.proccessService.revokeProcIns(row.processInstanceId).then(({data}) => {
this.$message.success(data)
this.refreshList()
})