提交 38221ac3 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--表单id冲突修复--fix1

上级 7b5dad81
...@@ -797,7 +797,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; ...@@ -797,7 +797,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
*/ */
public print(){ public print(){
let _this:any = this; let _this:any = this;
_this.$print({id:'${ctrl.name}',popTitle:'${ctrl.getLogicName()}'}); _this.$print({id:'${ctrl.getPSAppDataEntity().getCodeName()?lower_case}_${ctrl.getCodeName()?lower_case}',popTitle:'${ctrl.getLogicName()}'});
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册