@@ -69,7 +69,7 @@ import { getDictTypeApi } from '@/api/system'
const id = ref('')
onLoad((options) => {
- id.value = options?.id || '2001933922038382593'
+ id.value = options?.id || ''
getParkInfoFn()
getLevelListFn()
})