52457 【手机端】所有流程 任意节点处理完任务都要显示下图
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user