15376779826 2 dagar sedan
förälder
incheckning
25bdd5dfaa
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      src/views/system/config/config.vue

+ 3 - 1
src/views/system/config/config.vue

@@ -2060,7 +2060,6 @@ export default {
       form6:{
       form6:{
       },
       },
       form7:{
       form7:{
-        isIdVerification:0
       },
       },
       form8:{
       form8:{
       },
       },
@@ -2641,6 +2640,9 @@ export default {
      });
      });
   },
   },
   submitForm7(){
   submitForm7(){
+      if (this.form7.isIdVerification  == null){
+        this.form7.isIdVerification = 0;
+      }
     if(this.form7.isIdVerification != 1){
     if(this.form7.isIdVerification != 1){
       this.form7.API_URL = null;
       this.form7.API_URL = null;
       this.form7.HASHCODE = null;
       this.form7.HASHCODE = null;