skyblued 2 năm trước cách đây
mục cha
commit
3195545857
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: {