1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 21:30:14 +08:00

优化代码,去除console

This commit is contained in:
lei.jiang 2018-01-19 20:19:58 +08:00
parent 88c05b9ae6
commit 021bc3e266

View File

@ -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)
} }
} }