对接政策征求意见流程
This commit is contained in:
+3
-3
@@ -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 + '¤tUserId=' +
|
+ this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' +
|
||||||
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 + '¤tUserId=' +
|
+ this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' +
|
||||||
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 + '¤tUserId=' +
|
+ this.$route.query.taskDefinitionKey + '&prcId=' + this.$route.query.prcId + '¤tUserId=' +
|
||||||
this.$store.getters.userInfo.userId
|
this.$store.getters.userInfo.userId
|
||||||
},
|
},
|
||||||
addModel() {
|
addModel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user