skyblued 2 years ago
parent
commit
3195545857
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mine-orchestra/my-class/index.tsx

+ 1 - 1
src/views/mine-orchestra/my-class/index.tsx

@@ -12,7 +12,7 @@ export default defineComponent({
   name: 'my-orchestra',
   props: {
     list: {
-      type: Array<any>,
+      type: Object,
       default: () => []
     },
     orchestraId: {