瀏覽代碼

Merge remote-tracking branch 'origin/hotfixes_v5.0.2_20240311_updates' into dev_v5.0.3

deason 1 年之前
父節點
當前提交
9b4cbea223
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/modules/basic/view/clientConfig.vue

+ 1 - 5
src/modules/basic/view/clientConfig.vue

@@ -1236,11 +1236,7 @@ export default {
               this.ruleForm.properties.SHOW_INFO.split(",");
           } else {
             // 默认值
-            let defaultValue = [];
-            for (let lt of SHOW_INFO) {
-              defaultValue.push(lt.code);
-            }
-            this.ruleForm.show_info_list = defaultValue;
+            this.ruleForm.show_info_list = [];
           }
 
           if (this.ruleForm.properties.PREVENT_CHEATING_CONFIG) {