From e2646e7be587ea6ba68310d886b3a6ae81670490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 10 Jan 2024 09:53:52 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93/?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E3=80=81=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E3=80=81=E6=B3=95=E8=A7=84=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardConsultation/StandardConsultationProcess.vue | 3 ++- .../StandardEntryOrChangeProcess.vue | 4 ++-- .../StandardProcurementProcess.vue | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue index db9f24c..aab52ee 100644 --- a/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultation/StandardConsultationProcess.vue @@ -450,7 +450,8 @@ export default { this.loading = true const params = { taskId: this.$route.query.taskId, - processInstanceId: this.$route.query.processInstanceId + processInstanceId: this.$route.query.processInstanceId, + projectId: this.$route.query.projectId } queryConsultationProcessDetail(params).then(res => { if (res.success) { diff --git a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue index be69801..e16d9ce 100644 --- a/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue +++ b/src/views/workCenter/standardEntryOrChangeProcess/StandardEntryOrChangeProcess.vue @@ -170,8 +170,8 @@ export default { */ initProcessData () { this.loading = true - const { processInstanceId, taskId } = this.$route.query - queryStandardECProcessData({ processInstanceId, taskId }).then(async res => { + const { processInstanceId, taskId, projectId } = this.$route.query + queryStandardECProcessData({ processInstanceId, taskId, projectId }).then(async res => { if (res.success) { const { result = {} } = res this.processInfo = Object.assign({}, result.basicProcessInfoDTO) diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index 609aec9..bd10165 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -190,7 +190,8 @@ export default { const params = { processInstanceId: this.$route.query.processInstanceId, draftId: this.$route.query.draftId, - taskId: this.$route.query.taskId + taskId: this.$route.query.taskId, + projectId: this.$route.query.projectId } queryProcurementProcessInfo(params).then(res => { if (res.success) { @@ -344,4 +345,4 @@ export default { .export-btn { margin: 0 0.32rem; } - \ No newline at end of file +