提交 6a13bf0a 编写于 作者: KK's avatar KK

树订阅快速搜索事件

上级 e4c0cc6d
...@@ -474,6 +474,9 @@ import { Util } from '@ibiz-core/utils' ...@@ -474,6 +474,9 @@ import { Util } from '@ibiz-core/utils'
if (Object.is('refresh_parent', action)) { if (Object.is('refresh_parent', action)) {
this.refresh_parent(); this.refresh_parent();
} }
if (Object.is('quicksearch', action)) {
this.webLoad(data);
}
if (Object.is('refresh', action)) { if (Object.is('refresh', action)) {
this.selectedNodes = data; this.selectedNodes = data;
this.parseNodes(this.nodes); this.parseNodes(this.nodes);
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
*/ */
public quickSearch(value:any){ public quickSearch(value:any){
this.query = value; this.query = value;
this.viewState.next({tag:'mdctrl',action:'quicksearch',data: value}); this.viewState.next({tag:'tree',action:'quicksearch',data: value});
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册