mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
-- 修改
This commit is contained in:
@@ -38,7 +38,6 @@ const options = computed(() => store.state.orgtreeList)
|
|||||||
const id = computed(() => {
|
const id = computed(() => {
|
||||||
return props.value
|
return props.value
|
||||||
})
|
})
|
||||||
console.log("store.state.orgtreeList",store.state.orgtreeList);
|
|
||||||
function change(key, obj) {
|
function change(key, obj) {
|
||||||
console.log(obj[0],key,props.value);
|
console.log(obj[0],key,props.value);
|
||||||
emit('update:name', obj[0])
|
emit('update:name', obj[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user