fix(添加测试接口)

master
031026 2024-05-19 22:41:00 +08:00
parent f1bbe98414
commit 2004db97f7
1 changed files with 0 additions and 2 deletions

View File

@ -470,14 +470,12 @@ export default {
this.$message.success(res.msg) this.$message.success(res.msg)
ruleengine(this.ruleContentReq).then( ruleengine(this.ruleContentReq).then(
res=>{ res=>{
this.$message.success(res.msg)
this.ruleEngineVersionInfoStatus=false this.ruleEngineVersionInfoStatus=false
this.initRuleEngine(this.ruleEngineId) this.initRuleEngine(this.ruleEngineId)
this.ruleEngineVersionInfoAndTest={} this.ruleEngineVersionInfoAndTest={}
} }
) )
}else { }else {
this.$message.error(res.msg)
this.initRuleEngine(this.ruleEngineId) this.initRuleEngine(this.ruleEngineId)
this.ruleEngineVersionInfoAndTest={} this.ruleEngineVersionInfoAndTest={}
this.ruleEngineVersionInfoStatus=false this.ruleEngineVersionInfoStatus=false