提交 11cfea98 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--树选择双击--fix1

上级 a438f2d8
......@@ -45,7 +45,7 @@ export default class PickupTreeViewEngine extends TreeViewEngine {
* @memberof PickupTreeViewEngine
*/
public onCtrlEvent(ctrlName: string, eventName: string, args: any): void {
if (Object.is(ctrlName, 'tree') && Object.is(eventName, 'rowdblclick')) {
if (Object.is(ctrlName, 'tree') && Object.is(eventName, 'nodedblclick')) {
this.view.$emit('viewdatasactivated', args);
return ;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册