xiatian 3 年之前
父節點
當前提交
29f5aca56d
共有 1 個文件被更改,包括 4 次插入3 次删除
  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;