对接政策征求意见流程

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