fix(添加测试接口)
parent
f1bbe98414
commit
2004db97f7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue