guhongwei hace 5 años
padre
commit
3cb32b2030
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/class/classStuList.vue

+ 1 - 2
src/views/class/classStuList.vue

@@ -94,8 +94,7 @@ export default {
   },
   computed: {
     id() {
-      // return this.$route.query.id;
-      return '5f40887f624726b578b5d0af';
+      return this.$route.query.id;
     },
     ...mapState(['user']),
   },