skyblued před 2 roky
rodič
revize
3195545857
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: {