mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 23:59:02 +00:00
fix: 去掉debug
This commit is contained in:
@@ -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() {
|
||||
|
@@ -13,7 +13,6 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
initial: {
|
||||
|
||||
},
|
||||
fields: [
|
||||
[this.$t('common.Basic'), ['name', 'assets', 'comment']]
|
||||
|
Reference in New Issue
Block a user