zhaoxiaoqiang
2022-08-05 a82668225dfb683ba6bc56a7d31440a4c4711dd9
src/views/user/login.vue
@@ -114,18 +114,18 @@
    // }
  },
  created() {
    this.$api.createInitIdInfo().then(res => {
      this.idCardMation = res.body;
      if (this.idCardMation.usrIdName) {
        this.readOnlyName = true;
      }
      if (this.idCardMation.usrIdCard) {
        this.readOnlyId = true;
      }
      if (this.idCardMation.sex) {
        this.readOnlySex = true;
      }
    });
    // this.$api.createInitIdInfo().then(res => {
    //   this.idCardMation = res.body;
    //   if (this.idCardMation.usrIdName) {
    //     this.readOnlyName = true;
    //   }
    //   if (this.idCardMation.usrIdCard) {
    //     this.readOnlyId = true;
    //   }
    //   if (this.idCardMation.sex) {
    //     this.readOnlySex = true;
    //   }
    // });
  },
  beforeUpdate(){
    let _this = this