待办流程添加批量办理
This commit is contained in:
@@ -239,7 +239,6 @@
|
|||||||
selectedRowKeys.forEach(res => {
|
selectedRowKeys.forEach(res => {
|
||||||
content.push(JSON.parse(res))
|
content.push(JSON.parse(res))
|
||||||
})
|
})
|
||||||
console.log(content)
|
|
||||||
for (let i = 0; i < content.length; i++) {
|
for (let i = 0; i < content.length; i++) {
|
||||||
if (content[i].taskDefinitionKey != content[0].taskDefinitionKey) {
|
if (content[i].taskDefinitionKey != content[0].taskDefinitionKey) {
|
||||||
this.$message.warning(this.$t('processNodesAreInconsistentPleaseSelectConsistentData'))
|
this.$message.warning(this.$t('processNodesAreInconsistentPleaseSelectConsistentData'))
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
postAction('task/todoTaskList', parmes).then((res) => {
|
postAction('task/todoTaskList', parmes).then((res) => {
|
||||||
this.dataSource = res.list || []
|
this.dataSource = res.list || []
|
||||||
this.total = res.count
|
this.total = res.count
|
||||||
|
this.selectedRowKeys = []
|
||||||
this.loading = false
|
this.loading = false
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user