|
@@ -27,38 +27,82 @@ export const descs = {
|
|
|
export const errorType = {
|
|
|
MUSIC_PATROL_ITEM: {
|
|
|
isError: false,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
HIGH_CLASS_STUDENT_LESS_THAN_THREE: {
|
|
|
isError: true,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
STUDENT_NOT_PAYMENT: {
|
|
|
isError: true,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
STUDENT_APPLY_FOR_QUIT_MUSIC_GROUP: {
|
|
|
- isError: true
|
|
|
+ isError: true,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
WAIT_CREATE_PAYMENT_CALENDER: {
|
|
|
- isError: true
|
|
|
+ isError: true,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
COURSE_TRUANT_STUDENT_NUM: {
|
|
|
- isError: true
|
|
|
+ isError: true,
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
COURSE_LEAVE_STUDENT_NUM: {
|
|
|
isError: true,
|
|
|
- parent: 'COURSE_TRUANT_STUDENT_NUM'
|
|
|
+ url: '/business/teamDetail',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
TEACHER_EXCEPTION_ATTENDANCE: {
|
|
|
- isError: true
|
|
|
+ isError: true,
|
|
|
+ url: '/operateManager/recodeList',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
TEACHER_NOT_A_CLASS: {
|
|
|
isError: true,
|
|
|
- parent: 'TEACHER_EXCEPTION_ATTENDANCE'
|
|
|
+ url: '/operateManager/recodeList',
|
|
|
+ resultKey: 'search',
|
|
|
},
|
|
|
TEACHER_LEAVE: {
|
|
|
- isError: false
|
|
|
+ isError: false,
|
|
|
+ url: '/journal/journal',
|
|
|
+ resultKey: 'search',
|
|
|
+ query: {
|
|
|
+ tabrouter: 'LEAVE'
|
|
|
+ }
|
|
|
},
|
|
|
TEACHER_EXPECT_SALARY_BE_LOW: {
|
|
|
- isError: false
|
|
|
+ isError: false,
|
|
|
+ url: '/operateManager/operationalList',
|
|
|
+ resultKey: 'search',
|
|
|
+ },
|
|
|
+ INSPECTION_ITEM: {
|
|
|
+ isError: true,
|
|
|
+ url: '/main/main',
|
|
|
+ resultKey: 'search',
|
|
|
+ query: {
|
|
|
+ tabrouter: 'teamSchedule'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ INSPECTION_ITEM_PLAN: {
|
|
|
+ isError: true,
|
|
|
+ url: '/business/musicInspection',
|
|
|
+ resultKey: 'search',
|
|
|
+ },
|
|
|
+ STUDENT_VISIT: {
|
|
|
+ isError: true,
|
|
|
+ url: '/main/main',
|
|
|
+ resultKey: 'search',
|
|
|
+ query: {
|
|
|
+ tabrouter: 'teamSchedule'
|
|
|
+ }
|
|
|
},
|
|
|
}
|
|
|
|