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,

部分文件因为文件数量过多而无法显示