feat():规则版本模块的前端
parent
aca430bf69
commit
7ef6417466
|
@ -321,8 +321,7 @@ export default {
|
|||
this.$refs["form"].validate(valid => {
|
||||
console.log(JSON.stringify(this.form))
|
||||
if (valid) {
|
||||
insertRuleEngine(this.form).then(
|
||||
res => {
|
||||
insertRuleEngine(this.form).then(res => {
|
||||
if (this.form==null){
|
||||
this.$message.success("添加成功")
|
||||
}else {
|
||||
|
@ -330,8 +329,7 @@ export default {
|
|||
}
|
||||
this.open = false
|
||||
this.getList()
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue