对接政策征求意见流程
This commit is contained in:
+9
-3
@@ -269,13 +269,19 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
generateSummary() {
|
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 + '¤tUserId=' +
|
||||||
|
this.$store.getters.userInfo.userId
|
||||||
},
|
},
|
||||||
generateReportComments() {
|
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 + '¤tUserId=' +
|
||||||
|
this.$store.getters.userInfo.userId
|
||||||
},
|
},
|
||||||
exportModel() {
|
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 + '¤tUserId=' +
|
||||||
|
this.$store.getters.userInfo.userId
|
||||||
},
|
},
|
||||||
addModel() {
|
addModel() {
|
||||||
this.addOrEdit = 'add'
|
this.addOrEdit = 'add'
|
||||||
|
|||||||
Reference in New Issue
Block a user