对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 15:55:06 +08:00
parent ef1a5aef4a
commit bd1c1e9da3
@@ -269,13 +269,19 @@
})
},
generateSummary() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey='
+ this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '&currentUserId=' +
this.$store.getters.userInfo.userId
},
generateReportComments() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey='
+ this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '&currentUserId=' +
this.$store.getters.userInfo.userId
},
exportModel() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey='
+ this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId + '&currentUserId=' +
this.$store.getters.userInfo.userId
},
addModel() {
this.addOrEdit = 'add'