Skip to content

Commit df9c862

Browse files
committed
add preRegReqCompleted
1 parent 7a2acf3 commit df9c862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

myuw_vue/components/home/registration/myplan.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ export default {
118118
}
119119
return {};
120120
},
121-
preRegReqCompleted() {
122-
return this.currentPlanData.complete_pre_reg;
121+
preRegCompleted() {
122+
return this.currentPlanData && this.currentPlanData.complete_pre_reg;
123123
},
124124
readyCount() {
125125
return this.currentPlanData.ready_count;

0 commit comments

Comments
 (0)