소스 검색

default value of voluntaryData update

abpcoder 4 일 전
부모
커밋
01578b3d08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/career/zhiyuan/components/SimulateScore.vue

+ 1 - 1
src/views/career/zhiyuan/components/SimulateScore.vue

@@ -69,7 +69,7 @@ export default {
       voluntaryData: {
         isNewGaokao: false,
         minScore: 0,
-        maxScore: 0,
+        maxScore: 750,
         course0: [],
         course1: []
       },