对接政策征求意见流程
This commit is contained in:
+5
-5
@@ -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('请至少添加一条数据')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user