From 1d44f9552aced5cc8211a6982e56a24f8f047755 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 15 Jul 2024 14:20:04 +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=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StandardInterpretationProcess.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue index f684d8a..996b0ee 100644 --- a/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue +++ b/src/views/workCenter/standardInterpretationProcess/StandardInterpretationProcess.vue @@ -423,7 +423,7 @@ export default { params.data.processStandardInterpret = Object.assign({}, this.info.data.processStandardInterpret, compData.formData, { projectId: this.projectId }) - params.map.passFirst = compData.isDistribute ? IsDistribute.DISTRIBUTE.value : IsDistribute.NOT_DISTRIBUTE.value + params.map.passFirst = compData.isDistribute ? +IsDistribute.DISTRIBUTE.value : +IsDistribute.NOT_DISTRIBUTE.value // 条款列表(分发和不分发传入的字段不一样) if (compData.isDistribute) { params.data.processStandardInterpretClauseList = compData.clauseData