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

调整ui服务注入 --- fix2

上级 716edda5
......@@ -63,7 +63,7 @@ export default class ${srfclassname('${view.name}')}Base extends Vue {
/**
* 实体权限服务对象
*
* @type ${srfclassname('${curAppEntity.getCodeName()}')}UIService
* @type ${srfclassname('${appde.getCodeName()}')}UIService
* @memberof ${srfclassname('${view.name}')}Base
*/
public appUIService: ${srfclassname('${appde.getCodeName()}')}UIService = new ${srfclassname('${appde.getCodeName()}')}UIService(this.$store);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册