From 4f70b4fee65909d479229a79c566facc93b7035d Mon Sep 17 00:00:00 2001 From: yujh_java Date: Thu, 7 Aug 2025 11:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=88=B0git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com.actionsoft.apps.coe.pal/js/coe.team.pal.designer.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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({