优化代码,去除console

This commit is contained in:
lei.jiang 2018-01-19 20:19:58 +08:00
parent 88c05b9ae6
commit 021bc3e266
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ export default {
},
methods: {
message(row) {
console.log(row)
this.$message.info(row.event)
}
}