Commit 6b2da078 authored by Mac's avatar Mac

1

parent 3c0d8e14
...@@ -183,9 +183,7 @@ export default { ...@@ -183,9 +183,7 @@ export default {
if (e[props.childrenKey] && e[props.childrenKey].length > 0) { if (e[props.childrenKey] && e[props.childrenKey].length > 0) {
findChild(e[props.childrenKey]) findChild(e[props.childrenKey])
} else { } else {
console.log(182,e.DeptName,e.DataType + '-' + e.DeptId)
ticketArr.value.push(e.DataType + '-' + e.DeptId) ticketArr.value.push(e.DataType + '-' + e.DeptId)
console.log(18,ticketArr.value)
} }
}) })
......
...@@ -47,7 +47,7 @@ export default defineComponent({ ...@@ -47,7 +47,7 @@ export default defineComponent({
customerlabel customerlabel
}, },
setup() { setup() {
let tab = ref<string>('label') let tab = ref<string>('field')
if( router.currentRoute.value.query && router.currentRoute.value.query.type){ if( router.currentRoute.value.query && router.currentRoute.value.query.type){
tab.value = router.currentRoute.value.query.type as string tab.value = router.currentRoute.value.query.type as string
......
...@@ -369,7 +369,8 @@ export default defineComponent({ ...@@ -369,7 +369,8 @@ export default defineComponent({
x.Id = x.Type+'-'+x.Id x.Id = x.Type+'-'+x.Id
state.defaultArray.push(x.Id) state.defaultArray.push(x.Id)
}) })
console.log(state.defaultArray) getusestageName()
} }
}) })
} }
......
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