fix: 去掉debug

This commit is contained in:
ibuler
2020-06-16 18:05:08 +08:00
parent 8447e954cc
commit 86306c7bc9
2 changed files with 0 additions and 2 deletions

View File

@@ -739,7 +739,6 @@ export default {
},
computed: {
hasSelect() {
console.log(this.columns.length && this.columns[0].type === 'selection')
return this.columns.length && this.columns[0].type === 'selection'
},
selectable() {

View File

@@ -13,7 +13,6 @@ export default {
data() {
return {
initial: {
},
fields: [
[this.$t('common.Basic'), ['name', 'assets', 'comment']]