-- 修改

This commit is contained in:
yuping
2022-12-16 14:11:46 +08:00
parent 3a7c6e4601
commit faab473261

View File

@@ -38,7 +38,6 @@ 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])