52457 【手机端】所有流程 任意节点处理完任务都要显示下图

This commit is contained in:
宋伟佳
2022-04-11 13:11:24 +08:00
parent 33ab7e469d
commit 45df416489
2 changed files with 32 additions and 5 deletions
@@ -3,7 +3,7 @@
<!-- 标准入库流程-->
<ProcessHeaderPhone toggle>
<template slot="proName">标准入库流程</template>
<template slot="proNode">经理人审</template>
<template slot="proNode"></template>
</ProcessHeaderPhone>
<div class="headerTabs">
<div class="headerTabsItem" :class="active === '1' ? 'active' : ''" @click="handleTabs('1')">基础信息</div>
@@ -966,7 +966,7 @@ export default {
this.$message.warning("驳回成功")
this.isSubmit = false
// 流程提交之后,应该流转至待办任务页面
this.$router.push({path: '/processCenter?tabsName=ProcessCenter'})
this.$router.push("/processCenter");
} else {
console.log("hello");
this.processCreateStand(json)