[Update] 去掉一些console.log

This commit is contained in:
jym503558564 2020-05-08 19:38:34 +08:00
parent b19eda1f53
commit fcd319d1ea
2 changed files with 0 additions and 6 deletions

View File

@ -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
}
}

View File

@ -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) => {