待办流程添加批量办理

This commit is contained in:
范强强
2022-09-15 20:21:50 +08:00
parent f1489178a2
commit 2d8d4cd777
@@ -239,7 +239,6 @@
selectedRowKeys.forEach(res => {
content.push(JSON.parse(res))
})
console.log(content)
for (let i = 0; i < content.length; i++) {
if (content[i].taskDefinitionKey != content[0].taskDefinitionKey) {
this.$message.warning(this.$t('processNodesAreInconsistentPleaseSelectConsistentData'))
@@ -273,6 +272,7 @@
postAction('task/todoTaskList', parmes).then((res) => {
this.dataSource = res.list || []
this.total = res.count
this.selectedRowKeys = []
this.loading = false
})
},