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