复审流程后技术标准起草 草稿删除接口注释
This commit is contained in:
@@ -3167,14 +3167,14 @@ export default {
|
|||||||
if (res.data === '操作成功') {
|
if (res.data === '操作成功') {
|
||||||
this.submitLoading = false
|
this.submitLoading = false
|
||||||
this.isSubmit = false
|
this.isSubmit = false
|
||||||
if (this.$route.query.bpnId !== '') {
|
// if (this.$route.query.bpnId !== '') {
|
||||||
let taskId = {
|
// let taskId = {
|
||||||
id: this.$route.query.bpnId
|
// id: this.$route.query.bpnId
|
||||||
}
|
// }
|
||||||
taskDel(taskId).then(res=>{
|
// taskDel(taskId).then(res=>{
|
||||||
return res
|
// return res
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
// 流程提交之后,应该流转至待办任务页面
|
// 流程提交之后,应该流转至待办任务页面
|
||||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user