优化工作流

This commit is contained in:
陈裕财
2025-04-13 02:28:57 +08:00
parent f52994656c
commit abdbc0e0e8
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<section>
<procinst-mng isAll="true" :biz-parent-pkid="bizPid" :biz-pkid="bizId" :proc-inst-ids="procInstIds"/>
<procinst-mng isAll="true" :biz-pid="bizPid" :biz-id="bizId" :proc-inst-ids="procInstIds"/>
</section>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<section>
<task-mng
:assigneeToMe="true" :biz-parent-pkid="bizPid" :biz-pkid="bizId" @pageInfo="(v)=>$emit('pageInfo',v)"
:assigneeToMe="true" :biz-pid="bizPid" :biz-id="bizId" @pageInfo="(v)=>$emit('pageInfo',v)"
:source="source"/>
</section>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<div class="padding">
<task-mng ref="currFlow" :pbiz-id="projectInfo.id" />
<task-mng ref="currFlow" :biz-pid="projectInfo.id" />
</div>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<div class="padding">
<procinst-mng ref="hisFlow" isAll="true" :pbiz-id="projectInfo.id" />
<procinst-mng ref="hisFlow" isAll="true" :biz-pid="projectInfo.id" />
</div>
</template>