Commit 6b2da078 authored by Mac's avatar Mac

1

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