diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.team.pal.designer.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.team.pal.designer.js index 2fd0c29c..3924b133 100644 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.team.pal.designer.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.team.pal.designer.js @@ -268,10 +268,10 @@ $(function () { var type=''; //工程制度标准 if(methodId=="engineering.standard"){ - type='1'; + type='2'; }else{ //发布流程 - type='2'; + type='1'; } $.ajax({ type: "POST", @@ -292,6 +292,7 @@ $(function () { window.open(url,'fullscreen');*/ }); + //终止按钮 $("#processTermination").off("click").on("click", function () { $.ajax({