mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
-- 组织添加路径
This commit is contained in:
@@ -43,9 +43,9 @@ const id = computed(() => {
|
||||
return props.value
|
||||
})
|
||||
|
||||
function change(key, obj) {
|
||||
console.log(obj[0], key, props.value);
|
||||
function change(key, obj, {triggerNode: {props: {namePath}}}) {
|
||||
emit('update:name', obj[0])
|
||||
emit('update:fullName', namePath)
|
||||
emit('update:value', key)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user