修改冀北现场问题

This commit is contained in:
guanj
2025-12-29 19:44:17 +08:00
parent 83e57c92b4
commit 26ff8087c6
24 changed files with 3332 additions and 2741 deletions

View File

@@ -61,7 +61,7 @@ const open = (data: any) => {
loading.value = true
show.value = true
setTimeout(() => {
dataList.value = data
dataList.value = data.sort((a, b) => b.vharmonicbootValue - a.vharmonicbootValue)
loading.value = false
}, 1000)
}