Commit 1d580a87 authored by jingnan's avatar jingnan 👀

批量签审跳转参数修改

parent ca3f4977
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
immediate: true, immediate: true,
deep: true, deep: true,
handler(val) { handler(val) {
this.goModuleTaskDetail(val) val && this.goModuleTaskDetail(JSON.parse(val))
} }
} }
......
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
DAO: '批量签审', DAO: '批量签审',
processDefKey: item.procDefKey, processDefKey: item.procDefKey,
taskDefinitionKey: item.taskKey, taskDefinitionKey: item.taskKey,
batchTaskItem: item batchTaskItem: JSON.stringify(item)
} }
}) })
} }
......
...@@ -56,7 +56,6 @@ export default { ...@@ -56,7 +56,6 @@ export default {
immediate: true, immediate: true,
deep: true, deep: true,
handler() { handler() {
console.log(this.selectData)
this.componentKey += 1 this.componentKey += 1
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment