From ce8750757f0318be35b0028a6560030aea4fa396 Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期二, 27 七月 2021 12:01:43 +0800 Subject: [PATCH] 文件修改 --- src/pages/home/topoGraphdiagram/js/diagramStates.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/home/topoGraphdiagram/js/diagramStates.js b/src/pages/home/topoGraphdiagram/js/diagramStates.js index 74fa1a2..1d9397c 100644 --- a/src/pages/home/topoGraphdiagram/js/diagramStates.js +++ b/src/pages/home/topoGraphdiagram/js/diagramStates.js @@ -10,10 +10,8 @@ // diagram.setOption('km3', 'state', false); // diagram.setOption('km4', 'state', false); console.log() - if (type == '') { - // 娓呴櫎鐢垫祦 - diagram.del(/^line.*dot$/); - } + // 娓呴櫎鐢垫祦 + diagram.del(/^line.*dot$/); if (type == "run1") { run1Charge(diagram, open); } -- Gitblit v1.9.1