diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm index 14a28d09..d34d2561 100755 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.htm @@ -534,11 +534,18 @@ //by bzp 默认不会选中形状所以隐藏~~ $("#dock_btn_richtext").hide(); checkUserFirstCreateModel(); - //定制模版 - initCoverTpl(); + + if(methodId!="engineering.standard"){ + //定制模版 + initCoverTpl(); + }else{ + $("#tpl_list").css("display", "none"); + } }); + + //初始化封面模板 function initCoverTpl(){ $.ajax({ @@ -548,7 +555,6 @@ palId: ruuid }, success: function (data) { - debugger; console.log(data); //如果defaultJson不为空增加赋默认值的逻辑 //如果defaultJson不为空增加赋默认值的逻辑