[update] 企标流程人员信息页流程图传参

This commit is contained in:
lideqin
2023-11-28 16:39:07 +08:00
parent 864f21ccb0
commit d770645a23
7 changed files with 14 additions and 7 deletions
@@ -77,7 +77,7 @@
</div>
<!-- 人员信息 -->
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
<process-detail-list>
<process-detail-list :processKey="ProcessKey.ES_ENABLE.value">
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeName"></personnel-info>
</process-detail-list>
</div>
@@ -197,6 +197,7 @@ export default {
},
data () {
return {
ProcessKey,
loading: false,
switchValue: 'base', // 头部tab选中值
disabled: false,