mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-30 12:55:37 +00:00
[Update] 去掉一些console.log
This commit is contained in:
parent
b19eda1f53
commit
fcd319d1ea
@ -26,10 +26,6 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
iCanDelete() {
|
iCanDelete() {
|
||||||
// console.log('this.col===', this.col)
|
|
||||||
// console.log('this.row===', this.row)
|
|
||||||
// console.log('this===', this)
|
|
||||||
// console.log('objects===', this.col.objects)
|
|
||||||
return this.col.objects.indexOf(this.cellValue) === -1
|
return this.col.objects.indexOf(this.cellValue) === -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -120,12 +120,10 @@ export default {
|
|||||||
this.loading = true
|
this.loading = true
|
||||||
const that = this
|
const that = this
|
||||||
const res = this.$axios.post(relationUrl, data)
|
const res = this.$axios.post(relationUrl, data)
|
||||||
console.log('1111111.==================================================================', this)
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
that.$refs.listTable.$refs.dataTable.$refs.dataTable.$refs.table.getList()
|
that.$refs.listTable.$refs.dataTable.$refs.dataTable.$refs.table.getList()
|
||||||
that.loading = false
|
that.loading = false
|
||||||
}, 500)
|
}, 500)
|
||||||
console.log('222222.==================================================================', this)
|
|
||||||
return res
|
return res
|
||||||
},
|
},
|
||||||
performDelete: (item) => {
|
performDelete: (item) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user