소스 검색

注册bug

lrf402788946 5 년 전
부모
커밋
a4ba0a7777
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/registerEnt/register.vue

+ 1 - 1
src/views/registerEnt/register.vue

@@ -73,7 +73,7 @@ export default {
     next(data) {
       if (this.active++ > 2) this.active = 0;
       let { sch, ...info } = data;
-      this.$set(this, `sch`, data);
+      this.$set(this, `sch`, sch);
       this.$set(this, `form`, data);
     },
     back() {