流程图管理办法wps在线编辑提交
This commit is contained in:
parent
0f304f0302
commit
9494957ebe
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user