From 6973fb791710f7689022f1d3805eaf2129ae3e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 10 Jan 2024 09:50:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=A0=87=E5=87=86=E5=BE=81=E6=B1=82?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B=E3=80=81=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=B5=81=E7=A8=8B=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../StandardConsultationProcess.vue | 3 ++- .../standardProcurementProcess/StandardProcurementProcess.vue | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 22f25c7d..1d8e6f4f 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ NODE_ENV=development VUE_APP_TAG_FLAG=0 VUE_APP_LOGIN_PAGE='/user/login' VUE_APP_CURRENT_SYSTEM='inner' -VUE_APP_LOGOUT_PAGE='/user/login' \ No newline at end of file +VUE_APP_LOGOUT_PAGE='/user/login' diff --git a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue index 5edc321a..71786244 100644 --- a/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue +++ b/src/views/workCenter/standardConsultationProcess/StandardConsultationProcess.vue @@ -822,7 +822,8 @@ export default { initProcessDetailData () { this.loading = true const params = { - taskId: this.$route.query.taskId + taskId: this.$route.query.taskId, + projectId: this.$route.query.projectId } if (this.$route.query.draftId) { params.draftId = this.$route.query.draftId diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index e6f7ed54..bf839128 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -334,7 +334,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) {