mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 10:56:50 +08:00
默认新增规则状态为停用
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user