lex-xin 5 년 전
부모
커밋
e1e593ef58

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-1e345ad8.94f70573.js


+ 1 - 1
src/views/studentManager/components/studentPayList.vue

@@ -68,7 +68,7 @@ export default {
     return {
       organId: store.getters.organ,
       searchForm: {
-        userId: this.$route.query.userId,
+        studentId: this.$route.query.userId,
         attendanceStatus: null,
       },
       attendanceStatus: attendanceStatus,

+ 1 - 1
src/views/studentManager/components/studentRecord.vue

@@ -90,7 +90,7 @@ export default {
   data () {
     return {
       searchForm: {
-        userId: this.$route.query.userId,
+        studentId: this.$route.query.userId,
         classGroupType: null,
         attendanceStatus: null,
         classGroupName: null,

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.