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

调整ui服务注入 --- fix1

上级 78c8a8e9
......@@ -66,7 +66,7 @@ export default class ${srfclassname('${view.name}')}Base extends Vue {
* @type ${srfclassname('${curAppEntity.getCodeName()}')}UIService
* @memberof ${srfclassname('${view.name}')}Base
*/
public appUIService: ${srfclassname('${curAppEntity.getCodeName()}')}UIService = new ${srfclassname('${curAppEntity.getCodeName()}')}UIService(this.$store);
public appUIService: ${srfclassname('${appde.getCodeName()}')}UIService = new ${srfclassname('${appde.getCodeName()}')}UIService(this.$store);
</#if>
<#if view.getPSAppCounterRefs()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册