对接政策征求意见流程
This commit is contained in:
+3
-3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user