mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
-- 修改
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user