소스 검색

以被录取隐藏报名操作

shilipojs 2 년 전
부모
커밋
17158efcdd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/elective/select/components/elective-table.vue

+ 1 - 1
src/views/elective/select/components/elective-table.vue

@@ -170,7 +170,7 @@ export default {
     resolveTableSuffix() {
       const stepMatched = this.generation.active == this.generation.current
       const enableApply = !this.generation.currentOpt.decisionMaking
-      const enableSignUp = stepMatched && enableApply && !this.readonly
+      const enableSignUp = stepMatched && enableApply && !this.readonly && !this.enrollStatus.enrolledGroup
 
       return {
         rankInGroup: {