heyang 2 роки тому
батько
коміт
43491060c3

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