mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 11:26:50 +08:00
默认新增规则状态为停用
This commit is contained in:
@@ -165,7 +165,7 @@ export default {
|
|||||||
riskScript: '',
|
riskScript: '',
|
||||||
checkType: 1,
|
checkType: 1,
|
||||||
riskType: '',
|
riskType: '',
|
||||||
ruleStatus: 0,
|
ruleStatus: 1,
|
||||||
runType: 'ai'
|
runType: 'ai'
|
||||||
},
|
},
|
||||||
// 表单验证规则
|
// 表单验证规则
|
||||||
@@ -257,7 +257,7 @@ export default {
|
|||||||
riskScript: '',
|
riskScript: '',
|
||||||
checkType: 1,
|
checkType: 1,
|
||||||
riskType: '',
|
riskType: '',
|
||||||
ruleStatus: 0,
|
ruleStatus: 1,
|
||||||
runType: 'ai'
|
runType: 'ai'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user