归属组织打印

This commit is contained in:
zhangyc
2022-12-16 08:51:44 +08:00
parent e7a3d00140
commit e90aaf83e4
2 changed files with 4 additions and 2 deletions

View File

@@ -38,8 +38,9 @@ const options = computed(() => store.state.orgtreeList)
const id = computed(() => {
return props.value
})
console.log("store.state.orgtreeList",store.state.orgtreeList);
function change(key, obj) {
console.log(obj[0],key,props.value);
emit('update:name', obj[0])
emit('update:value', key)
}