mirror of
https://gitee.com/maimengcloud/xm-ui-web.git
synced 2025-12-30 10:12:26 +00:00
优化工作流
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user