驳回改成 终止

This commit is contained in:
a0049873 2022-07-21 16:41:46 +08:00
parent f3499c31b0
commit d3174f8cb0
2 changed files with 3 additions and 3 deletions

View File

@ -232,7 +232,7 @@ export default {
comment: this.input
})
this.$http
.post('/act/task/backToFirst?', params)
.post('/act/task/endProcess?', params)
.then(({ data: res }) => {
if (res.code !== 0) {
this.$message.error(res.msg)

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-29 15:59:51
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-21 10:35:13
* @LastEditTime: 2022-07-21 16:41:09
* @Description: 告诉大家这是什么
-->
<!-- 流程业务表单 -->
@ -349,7 +349,7 @@ export default {
comment: this.input
})
this.$http
.post('/act/task/backToFirst?', params)
.post('/act/task/endProcess?', params)
.then(({ data: res }) => {
if (res.code !== 0) {
this.$message.error(res.msg)