From 01db1702f115f2841922e3f0f201f2141677c304 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期二, 22 四月 2025 17:40:13 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/views/left/Simulation.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/left/Simulation.vue b/src/views/left/Simulation.vue index 4a1d764..e530de0 100644 --- a/src/views/left/Simulation.vue +++ b/src/views/left/Simulation.vue @@ -44,7 +44,7 @@ // 鏍囩鐐瑰嚮浜嬩欢 const handleClick = (tab) => { - SimAPIStore.handleClickTab(tab.props.label); + simStore.handleClickTab(tab.props.label); }; // 杩斿洖涓婁竴绾� -- Gitblit v1.9.3