xiatian před 3 roky
rodič
revize
29f5aca56d
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      src/modules/basic/view/clientConfig.vue

+ 4 - 3
src/modules/basic/view/clientConfig.vue

@@ -1178,9 +1178,10 @@ export default {
           this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE =
             this.ruleForm.properties.STUDENT_CLIENT_DEFAULT_SIZE ||
             this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE;
-          this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG =
-            this.ruleForm.properties.STUDENT_CLIENT_CONSOLE_CONFIG ||
-            this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG;
+          this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG = this.ruleForm.properties
+            .STUDENT_CLIENT_CONSOLE_CONFIG
+            ? ""
+            : this.ruleForm.properties.STUDENT_CLIENT_CONSOLE_CONFIG;
           this.ruleForm.STUDENT_CODE_LOGIN_ALIAS =
             this.ruleForm.properties.STUDENT_CODE_LOGIN_ALIAS ||
             this.ruleForm.STUDENT_CODE_LOGIN_ALIAS;