diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
index 9b70eda..35429ed 100644
--- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
+++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue
@@ -112,7 +112,7 @@
-
{{ $t('countersign') }}
+
{{ $t('countersign') }}
{{ $t('turnTo') }}
@@ -261,6 +261,11 @@ export default {
this.currentNodeName = taskName || StandardInterpretationNodes.initiated.text
this.projectId = projectId || ''
this.btn = StandardInterpretationNodes.propertyOfValue('btn', this.currentNodeId) || []
+ // 如果有nodeId,但是匹配不到任何节点,就是是增加的审批节点
+ if (nodeId && !StandardInterpretationNodes.keyOfValue(nodeId)) {
+ // 同意按钮
+ this.btn = ['agree']
+ }
// 查询人员信息
this.getPersonInfoStructure(this.processKey, () => {
this.initPersonInfoData(this.isInitiate)
@@ -423,6 +428,7 @@ export default {
standardId: standardData.standardId,
projectId: this.projectId
})
+ delete params.data.processStandardInterpret.createTime
params.data.processStandardInterpretClauseList = compData.clauseData || []
} else if (this.currentNodeId === StandardInterpretationNodes.controlDepartLiaisonDistribution.value) {
// 联络人分发节点