feat: There is no way the,

This commit is contained in:
super_liu
2022-03-03 16:47:06 +08:00
parent 23bda279d7
commit 2216a7155d
2 changed files with 8 additions and 10 deletions
@@ -2885,7 +2885,6 @@
json.prcCreateUser = this.form.prcCreateUser
json.prcCreateUserName = this.form.prcCreateUserName
this.$http.post('lawss/activiti/startProcessRollBack', {
id: this.$route.query.bpnId || '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
type: 'buss2',
@@ -2906,14 +2905,14 @@
if (res.success) {
this.$message.success(res.message)
this.isSubmit = false
if (this.$route.query.bpnId !== '') {
let taskId = {
id: this.$route.query.bpnId
}
taskDel(taskId).then(res=>{
return res
})
}
// if (this.$route.query.bpnId !== '') {
// let taskId = {
// id: this.$route.query.bpnId
// }
// taskDel(taskId).then(res=>{
// return res
// })
// }
// 流程提交之后,应该流转至待办任务页面
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
}
@@ -2861,7 +2861,6 @@
json.prcCreateUser = this.form.prcCreateUser
json.prcCreateUserName = this.form.prcCreateUserName
this.$http.post('lawss/activiti/startProcessRollBack', {
id: this.$route.query.bpnId || '',
createUser: this.$store.getters.userInfo.userId,
createUserName: this.$store.getters.userInfo.userName,
type: 'buss1',