# Conflicts:
#	src/views/system/bpm/task/todo/index.vue
This commit is contained in:
GGJ
2024-09-18 15:54:17 +08:00
2 changed files with 11 additions and 24 deletions

View File

@@ -43,8 +43,6 @@ watch(() => route.query.t, async (newValue, oldValue) => {
let type = (route.query.type as string) || 'null'
if (type == '1') {
activeName.value = '1'
} else {
activeName.value = '4'
}
id.value = (route.query.id as string) || 'null'
id.value = id.value + '@' + route.query.t