소스 검색

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) {