优化代码,去除console
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user