diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue index 365d35bd2..14f43a070 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue @@ -270,17 +270,17 @@ }, generateSummary() { window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' - + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '¤tUserId=' + + + this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' + this.$store.getters.userInfo.userId }, generateReportComments() { window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' - + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '¤tUserId=' + + + this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' + this.$store.getters.userInfo.userId }, exportModel() { window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' - + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '¤tUserId=' + + + this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' + this.$store.getters.userInfo.userId }, addModel() {