pull/72/head
parent
6094cf64fc
commit
f9f00dda10
|
@ -460,7 +460,6 @@ export default {
|
|||
})
|
||||
},
|
||||
addMessage() {
|
||||
console.log(this.warnForm);
|
||||
this.api.addWarnMessage(this.warnForm).then(res => {
|
||||
if (res.data.code == 200) {
|
||||
this.$message({
|
||||
|
|
Loading…
Reference in New Issue