Explorar o código

撤回bug修改

user5 %!s(int64=2) %!d(string=hai) anos
pai
achega
f66666176f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/modules/flowable/task/ApplyList.vue

+ 1 - 1
src/views/modules/flowable/task/ApplyList.vue

@@ -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()
           })