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