fix: 修复专业不显示

master
xjs 2026-06-08 14:18:25 +08:00
parent 44bc58294d
commit 698807a531
4 changed files with 4 additions and 5 deletions

View File

@ -166,7 +166,7 @@ import * as echarts from 'echarts'
```
```js
const chartRef = ref < any > null
const chartRef = ref(null)
const option = {
tooltip: {
trigger: 'axis',

View File

@ -132,10 +132,10 @@ const props = defineProps({
// IDbug
const elId = ref(`Uni_${Math.ceil(Math.random() * 10e5).toString(36)}`)
const isOpen = ref(false)
const isheight = ref < any > null
const isheight = ref(null)
const height = ref(0)
const nameSync = ref('0')
const collapseHook = ref < any > null
const collapseHook = ref(null)
const proxy = getCurrentInstance()
//

View File

@ -35,7 +35,7 @@ const props = defineProps({
})
const menus = ref<any[]>([])
const currentMenuObj = ref<any>(null)
const currentMenuObj = ref(null)
const changeMenu = (item: any) => {
currentMenuObj.value = item

View File

@ -52,7 +52,6 @@
</text>
</view>
</view>
<DataTable :data="college.childItems" v-bind="$attrs" />
</view>
</view>