From 4ccb3c1af05a64749b2aaba0129c72ce79c8aa42 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 10 七月 2025 17:01:47 +0800 Subject: [PATCH] type报错问题 --- src/components/menu/TimeLine.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/menu/TimeLine.vue b/src/components/menu/TimeLine.vue index 2be26e1..b341eb1 100644 --- a/src/components/menu/TimeLine.vue +++ b/src/components/menu/TimeLine.vue @@ -1158,9 +1158,9 @@ async function endSimulation() { clearAllPoints(); simStore.openDia = true; + simStore.crossSection = []; // 缁撴潫妯℃嫙涔嬪悗娓呴櫎layer鍒楄〃 simStore.rePlayList = []; - console.log(simStore.rePlayList, "缁撴潫妯℃嫙娓呴櫎rePlayListrePlayList鍒楄〃"); EventBus.emit("close-time"); endSimulate(); isWaterPrimitiveCreated.value = false; -- Gitblit v1.9.3