fix : 修复隧道模拟首页,结束模拟之后切换状态

This commit is contained in:
2024-09-02 17:53:59 +08:00
parent 00a04d0d79
commit 20440c1cc1
2 changed files with 4 additions and 1 deletions

View File

@@ -277,6 +277,9 @@ onMounted(() => {
const startSimulate = () => {
isStartSimulate.value = false
}
const endSimulate = () => {
isStartSimulate.value = true
}
const changeName = (id) => {
for (let item of equipmentOption.value) {
if (item.value === id) {