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

多数据视图分组代码表 --fix9

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