提交 5ca87fc4 编写于 作者: KK's avatar KK

参数转小写

上级 c9acaf2e
......@@ -862,7 +862,7 @@ import { Util } from '@/ibiz-core/utils';
*/
protected afterCreated(){
if(this.isautoload){
this.autoLoad({srfkey:this.context.${ctrl.getPSAppDataEntity().getCodeName()}});
this.autoLoad({srfkey:this.context.${ctrl.getPSAppDataEntity().getCodeName()?lower_case}});
}
if (this.viewState) {
this.viewStateEvent = this.viewState.subscribe(({ tag, action, data }) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册