提交 18cd30a4 编写于 作者: Neuromancer255's avatar Neuromancer255

参照pc端加载快速分组模型 --fix2

上级 adf478c1
...@@ -375,14 +375,11 @@ ...@@ -375,14 +375,11 @@
* *
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public quickGroupValueChange($event:any){ public quickGroupValueChange($event:any) {
if($event){ if($event){
this.quickGroupData = $event.data; this.quickGroupData = $event.data;
if(this.isEmitQuickGroupValue){ this.engine.onViewEvent('mdctrl','viewload',$event.data);
}
} }
this.isEmitQuickGroupValue = true;
} }
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册