From 9494957ebe3a7fb7a0356740d8bb7d25768cd133 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Tue, 15 Jul 2025 09:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=9B=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=8A=9E=E6=B3=95wps=E5=9C=A8=E7=BA=BF=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/page/pal.pl.repository.designer.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 61593116..a89e41d8 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 @@ -592,7 +592,7 @@ } // 只有epc和泳道图显示切换按钮 - if (methodId == 'process.epc' || methodId == 'process.flowchart') { + if (methodId !== 'process.epc' && methodId !== 'process.flowchart') { $("#switchMRViews").css('display', 'none'); } @@ -1107,7 +1107,7 @@ function openWpsMRUrl() { $.ajax({ - url: "./jd?sid=" + sid + "&com.awspaas.user.apps.yiliwps.previewUrl_mr&palId=" + ruuid, + url: "./jd?sid=" + sid + "&cmd=com.awspaas.user.apps.yiliwps.previewUrl_mr&palId=" + ruuid, type: 'GET', success: function (data) { if (data.code === 200) {