diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue index 01e45a22d..2b98fce1d 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue @@ -119,7 +119,7 @@ @@ -269,13 +269,13 @@ }) }, generateSummary() { - + window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId }, generateReportComments() { - + window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId }, exportModel() { - + window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId }, addModel() { this.addOrEdit = 'add' @@ -362,7 +362,7 @@ }, submit(callback) { if (this.histortData && this.histortData.length > 0) { - callback && callback(this.histortData,this.deleteList.join(',')) + callback && callback(this.histortData, this.deleteList.join(',')) } else { this.$message.warning('请至少添加一条数据') }