提交 359f8061 编写于 作者: KK's avatar KK

界面行为基类新增工具类对象

上级 e6b6b83a
import GlobalUiService from '@/global-ui-service/global-ui-service'; import GlobalUiService from '@/global-ui-service/global-ui-service';
import UIActionBase from './ui-action-base'; import UIActionBase from './ui-action-base';
import { ViewTool } from '@/utils/index';
/** /**
* 实体服务基类 * 实体服务基类
* *
...@@ -17,4 +17,11 @@ export default class EntityUIActionBase extends UIActionBase { ...@@ -17,4 +17,11 @@ export default class EntityUIActionBase extends UIActionBase {
* @memberof EntityUIActionBase * @memberof EntityUIActionBase
*/ */
public globaluiservice: GlobalUiService = new GlobalUiService(); public globaluiservice: GlobalUiService = new GlobalUiService();
/**
* 工具对象
*
* @memberof EntityUIActionBase
*/
public viewTool = ViewTool.getInstance();
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册