优化代码,去除console
This commit is contained in:
parent
88c05b9ae6
commit
021bc3e266
|
@ -141,7 +141,6 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
message(row) {
|
message(row) {
|
||||||
console.log(row)
|
|
||||||
this.$message.info(row.event)
|
this.$message.info(row.event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue