[update] 修改bug80161,80162
This commit is contained in:
+3
-1
@@ -86,7 +86,7 @@
|
||||
<!-- 人员信息 -->
|
||||
<div v-show="switchValue === 'user'" class="detail-page-scroll-content p-0">
|
||||
<process-detail-list :processKey="ProcessKey.ES_ANNUAL_INIT.value">
|
||||
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeName"></personnel-info>
|
||||
<personnel-info slot="personnelInfo" ref="personnelInfo" :data="personnelInfoData" :currentNode="currentNodeId"></personnel-info>
|
||||
</process-detail-list>
|
||||
</div>
|
||||
|
||||
@@ -178,6 +178,7 @@ export default {
|
||||
// 初始化节点
|
||||
const nodeId = this.$route.query.nodeId
|
||||
if (nodeId) {
|
||||
this.currentNodeId = nodeId
|
||||
if (nodeId === EsRevisionPlanStandardizationInitNodes.standardizationStart.value) {
|
||||
// 标准化工程师发起
|
||||
this.currentNode = 1
|
||||
@@ -289,6 +290,7 @@ export default {
|
||||
},
|
||||
currentNode: 1,
|
||||
currentNodeName: '',
|
||||
currentNodeId: EsRevisionPlanStandardizationInitNodes.standardizationStart.value, // 当前节点id
|
||||
approvalInfoForm: this.$form.createForm(this), // 审批信息表单
|
||||
personnelInfoData: [], // 人员信息数据
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user