Jelajahi Sumber

撤回bug修改

user5 2 tahun lalu
induk
melakukan
f66666176f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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()
           })