lex-xin 5 年之前
父節點
當前提交
e1e593ef58

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 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,

Some files were not shown because too many files changed in this diff