mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复任务打开脚本链接
This commit is contained in:
@@ -131,7 +131,7 @@ const Script = () => {
|
|||||||
if (item) {
|
if (item) {
|
||||||
obj.node = item;
|
obj.node = item;
|
||||||
setExpandedKeys([p as string]);
|
setExpandedKeys([p as string]);
|
||||||
onSelect([vkey], obj);
|
onTreeSelect([vkey], obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user