提交 1fdb8808 编写于 作者: Mosher's avatar Mosher

update:更新

上级 4a884e8c
......@@ -10,9 +10,9 @@ import { UILogicParamType } from "@/logic/const/ui-logic-param-type";
import { Util } from "@/utils";
<#if item.getPSDEUILogicNodes?? && item.getPSDEUILogicNodes()??>
<#list item.getPSDEUILogicNodes() as logicNode>
<#if logicNode.getLogicNodeType() == 'DELOGIC' && logicNode.getDstPSAppDELogic?? && logicNode.getDstPSAppDELogic()?? && logicNode.getDstPSAppDELogic().getDstPSAppDataEntity?? && logicNode.getDstPSAppDELogic().getDstPSAppDataEntity()??>
<#if logicNode.getLogicNodeType() == 'DELOGIC' && logicNode.getDstPSAppDELogic?? && logicNode.getDstPSAppDELogic()?? && logicNode.getDstPSAppDELogic().getPSAppDataEntity?? && logicNode.getDstPSAppDELogic().getPSAppDataEntity()??>
<#if logicNode.getDstPSAppDELogic().getLogicHolder() == 2 || logicNode.getDstPSAppDELogic().getLogicHolder() == 3>
<#if !P.exists("importService", logicNode.getDstPSAppDELogic().codeName, "")>
<#if !P.exists("importService333", logicNode.getDstPSAppDELogic().codeName, "")>
import ${srfclassname('${logicNode.getDstPSAppDELogic().getCodeName()}')}Logic from '@/service/${srffilepath2(logicNode.getDstPSAppDELogic().getPSAppDataEntity().getCodeName())}/${srffilepath2(logicNode.getDstPSAppDELogic().getCodeName())}-logic';
</#if>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册