绘制稳态事件配置页面

This commit is contained in:
guanj
2026-04-17 08:49:22 +08:00
parent 01a28d88f3
commit 99bc99a6fc
4 changed files with 483 additions and 9 deletions

View File

@@ -30,8 +30,9 @@ import { getDeviceTree } from '@/api/cs-device-boot/csLedger'
defineOptions({
name: 'govern/alarm/index'
})
const deviceTree = ref([])
const activeName = ref('0')
const activeName = ref('1')
const key = ref(0)
getDeviceTree().then(res => {
// res.data.forEach((item: any) => {