Преглед на файлове

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();
       });