提交更改版本

This commit is contained in:
zhujiyan
2024-07-22 10:35:01 +08:00
parent 33a41b9d7a
commit bccf61c6d1
31 changed files with 180231 additions and 443 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Tree ref="treRef" :data="tree" />
<Tree ref="treRef" :width="width" :data="tree" />
</template>
<script lang="ts" setup>
@@ -14,6 +14,7 @@ const emit = defineEmits(['init', 'checkChange'])
const config = useConfig()
const tree = ref()
const treRef = ref()
const width=ref('')
getLineTree().then(res => {
console.log(res.data, '设备监控666')
let arr1: any[] = []