对接政策征求意见流程

This commit is contained in:
范强强
2023-10-19 15:49:49 +08:00
parent e2f3d6da44
commit ef1a5aef4a
@@ -119,7 +119,7 @@
</el-table-column>
<el-table-column
v-if="isCompleteFlag"
prop="completeFlag"
prop="createUserDeptName"
label="提出部门"
show-overflow-tooltip
align="center">
@@ -269,13 +269,13 @@
})
},
generateSummary() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
},
generateReportComments() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
},
exportModel() {
window.location.href = 'api/lawss/activiti/exportPolicitOpinionEOListExcel?taskDefinitionKey=' + this.$route.query.taskDefinitionKey + '&prcId' + this.$route.query.prcId
},
addModel() {
this.addOrEdit = 'add'
@@ -362,7 +362,7 @@
},
submit(callback) {
if (this.histortData && this.histortData.length > 0) {
callback && callback(this.histortData,this.deleteList.join(','))
callback && callback(this.histortData, this.deleteList.join(','))
} else {
this.$message.warning('请至少添加一条数据')
}