提交 d64685f3 编写于 作者: tony001's avatar tony001

修复表格导航快速代码表无值也需加载数据问题

上级 0fa7bd70
......@@ -317,10 +317,16 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
}
this.quickGroupData = $event.data;
Object.assign(this.viewparams, $event.data);
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}else{
if(this.quickGroupData) {
for(let key in this.quickGroupData) {
delete this.viewparams[key];
}
}
}
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
this.isEmitQuickGroupValue = true;
}
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册