Browse Source

修改逻辑

lex 1 year ago
parent
commit
b3154eed0b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/student/pre-register-active/index.tsx

+ 4 - 1
src/student/pre-register-active/index.tsx

@@ -178,9 +178,12 @@ export default defineComponent({
         }
 
         // 家长会注册
+        // 'DOING' | 'DONE'
         if (
           data.orchestraRegisterType === 'PARENT_CONFERENCES' &&
-          data.status !== 'PARENT_TEACHER_REGISTRATION'
+          data.status !== 'PARENT_TEACHER_REGISTRATION' &&
+          data.status !== 'DOING' &&
+          data.status !== 'DONE'
         ) {
           showToast('家长会调查问卷已结束')
           forms.applyStatus = true