默认新增规则状态为停用

This commit is contained in:
wu.jifen
2025-07-28 14:44:40 +08:00
parent 65ce1b44f1
commit c46e8e3358

View File

@@ -165,7 +165,7 @@ export default {
riskScript: '',
checkType: 1,
riskType: '',
ruleStatus: 0,
ruleStatus: 1,
runType: 'ai'
},
// 表单验证规则
@@ -257,7 +257,7 @@ export default {
riskScript: '',
checkType: 1,
riskType: '',
ruleStatus: 0,
ruleStatus: 1,
runType: 'ai'
}
}