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