From 9e76fbbb0547fc9f56a8532cac4ccdc98120bdf3 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 30 Jul 2024 11:17:53 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=8F=91=E8=B5=B7=E5=8E=BB=E6=8E=89creat?= =?UTF-8?q?eTime=E3=80=81=E5=8A=A0=E7=AD=BE=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardInterpretationProcess.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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) { // 联络人分发节点