From cc068626968b494fd6bf221263c073bf5b9befef Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 12 Aug 2022 17:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=8E=8B=E7=BC=A9=E5=B9=B6?= =?UTF-8?q?=E6=8A=8A=E5=9B=BE=E7=89=87=E8=BD=AC=E7=A7=BB=E8=87=B3cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/extra/AppWorkflowManage/AiWorkflow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extra/AppWorkflowManage/AiWorkflow.vue b/packages/extra/AppWorkflowManage/AiWorkflow.vue index 034b3f51..20ff4a05 100644 --- a/packages/extra/AppWorkflowManage/AiWorkflow.vue +++ b/packages/extra/AppWorkflowManage/AiWorkflow.vue @@ -67,7 +67,7 @@ export default { const {LogicFlow, Menu, DndPanel, BpmnElement} = window let plugins = [BpmnElement, this.readonly ? [] : [Menu, DndPanel]].flat() if (!!LogicFlow && this.$refs.lfIns && plugins.reduce((r, e) => r && !!e, true)) { - this.flow = new LogicFlow({container: this.$refs.lfIns, plugins}) + this.flow = new LogicFlow({container: this.$refs.lfIns, plugins, isSilentMode: this.readonly}) this.flow.extension.dndPanel?.setPatternItems(this.dndPanel) this.initValue() this.flow.on('history:change', evt => {