浏览代码

Merge branch '3.3.4-kdyh' into web-v2

heyang 2 年之前
父节点
当前提交
55d1627b6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/comprehensive/laboratoryManagement/subject/admissionConfiguration.vue

+ 1 - 1
src/views/comprehensive/laboratoryManagement/subject/admissionConfiguration.vue

@@ -198,7 +198,7 @@ export default {
         this.$set(this,'listStudent',response.data.listStudent);
         this.$set(this,'listTeacher',response.data.listTeacher);
         this.$set(this.form,'isSignId',response.data.cardInfo.id);
-        this.form.authType=response.data.cardInfo.authType+'';
+        this.form.authType=response.data.cardInfo.authType?response.data.cardInfo.authType+'':'2';
         this.form.authPwd=response.data.cardInfo.authPwd;
         this.subjectId();
       });