xiatian 3 жил өмнө
parent
commit
aeb0445639

+ 2 - 2
src/modules/basic/view/clientConfig.vue

@@ -1180,8 +1180,8 @@ export default {
             this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE;
             this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE;
           this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG = this.ruleForm.properties
           this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG = this.ruleForm.properties
             .STUDENT_CLIENT_CONSOLE_CONFIG
             .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.STUDENT_CODE_LOGIN_ALIAS =
             this.ruleForm.properties.STUDENT_CODE_LOGIN_ALIAS ||
             this.ruleForm.properties.STUDENT_CODE_LOGIN_ALIAS ||
             this.ruleForm.STUDENT_CODE_LOGIN_ALIAS;
             this.ruleForm.STUDENT_CODE_LOGIN_ALIAS;