deason 1 жил өмнө
parent
commit
78d733f7c6

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