[update] 修改bug80161,80162

This commit is contained in:
lideqin
2024-01-05 15:11:27 +08:00
parent d1a85655c3
commit 8e3b568cb1
10 changed files with 28 additions and 11 deletions
@@ -78,7 +78,7 @@
<!-- 人员信息 -->
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
<process-detail-list :processKey="ProcessKey.ES_ENABLE.value">
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeName" :notPermissField="['relatedUserList']"></personnel-info>
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId" :notPermissField="['relatedUserList']"></personnel-info>
</process-detail-list>
</div>
<!-- 操作按钮 -->
@@ -145,6 +145,7 @@ export default {
// 初始化节点
const nodeId = this.$route.query.nodeId
if (nodeId) {
this.currentNodeId = nodeId
if (nodeId === EsStartUseNodes.initiatorStart.value) {
// 发起人发起
this.currentNode = 1
@@ -198,6 +199,7 @@ export default {
disabled: false,
currentNode: 1, // 当前节点
currentNodeName: '',
currentNodeId: EsStartUseNodes.initiatorStart.value, // 当前节点id
model: {},
processInfoForm: this.$form.createForm(this),
labelCol: {