From ddc3c5f70ed391c55dc83cc9d9e9c6d1fa672de5 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期四, 30 十一月 2023 10:58:41 +0800 Subject: [PATCH] 项目表 --- web/src/views/modules/flowChart/flowChartView.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/src/views/modules/flowChart/flowChartView.vue b/web/src/views/modules/flowChart/flowChartView.vue index 5a1aa6d..a0fcc6f 100644 --- a/web/src/views/modules/flowChart/flowChartView.vue +++ b/web/src/views/modules/flowChart/flowChartView.vue @@ -200,8 +200,7 @@ this.graph.positionContent('top',{ padding: { left: 0 }}) // this.graph.zoomToFit() this.graph.freeze('flowChartView') - if(flowCode!='planFlow' && flowCode!='wltFlow' && flowCode!='xbsy' && flowCode!='hxsy' && flowCode!='kybgFlow' - && flowCode!='jsfaFlow' && flowCode!='jzjysFlow' && flowCode!='zjgcFlow'){ + /* if(params.flowCode!='planFlow'){ if(this.graph.scroller){ for(let graph in this.graph.scroller.widgetOptions){ this.graph.scroller.widgetOptions[graph] = false @@ -209,7 +208,7 @@ } // this.graph.disablePanning() this.graph.lockScroller() - } + }*/ } else { this.graph.unfreeze('flowChartView') this.dataForm.id = null @@ -224,7 +223,7 @@ this.graph = new Graph({ container: document.getElementById('flowChartView'), width: document.documentElement.clientWidth*0.5, - height:this.flowChartHeight? 595:document.documentElement.clientHeight-220, + height:400, // async: true, // grid: { // visible: true, -- Gitblit v1.9.1