提交 34835bf5 编写于 作者: KK's avatar KK

视图transformData方法

上级 514fc604
......@@ -91,6 +91,22 @@ export default class ${srfclassname('${ctrl.codeName}')}Base extends Vue impleme
*/
protected globaluiservice: GlobalUiService = new GlobalUiService();
<#if appde??>
/**
* 转化数据
*
* @param {any} args
* @memberof ${srfclassname('${ctrl.codeName}')}Base
*/
public transformData(args: any) {
let _this: any = this;
if(_this.service && _this.service.handleRequestData instanceof Function && _this.service.handleRequestData('transform',_this.context,args)){
return _this.service.handleRequestData('transform',_this.context,args)['data'];
}
}
</#if>
/**
* 建构部件服务对象
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册