|
|
@@ -151,7 +151,7 @@ export default { |
|
|
|
this.ruleForm.messageType = this.type; |
|
|
|
console.log("231", this.ruleForm); |
|
|
|
this.$api.api.insertSelective(this.ruleForm).then((res) => { |
|
|
|
if (res.data.code == 10000) { |
|
|
|
if (res.code == 10000) { |
|
|
|
this.$message.success("操作成功"); |
|
|
|
this.$router.go(-1) |
|
|
|
} |
|
|
|