fix : 修复隧道模拟首页,结束模拟之后切换状态
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user