forked from github/dataease
feat(fix):前端去掉控制台打印
This commit is contained in:
parent
d2459b4408
commit
c48a0760ce
@ -899,7 +899,7 @@ export default {
|
||||
authModel(queryCondition).then(res => {
|
||||
// this.highlights(res.data)
|
||||
this.tData = this.buildTree(res.data)
|
||||
console.log(this.tData)
|
||||
// console.log(this.tData)
|
||||
})
|
||||
},
|
||||
|
||||
|
@ -468,7 +468,7 @@ export default {
|
||||
post('/dataset/table/incrementalConfig', { tableId: this.table.id }).then(response => {
|
||||
this.incrementalConfig = response.data
|
||||
this.incrementalUpdateType = 'incrementalAdd'
|
||||
console.log(this.sql)
|
||||
// console.log(this.sql)
|
||||
if (this.incrementalConfig.incrementalAdd) {
|
||||
this.sql = this.incrementalConfig.incrementalAdd
|
||||
} else {
|
||||
|
@ -857,7 +857,7 @@ export default {
|
||||
authModel(queryCondition).then(res => {
|
||||
// this.highlights(res.data)
|
||||
this.tData = this.buildTree(res.data)
|
||||
console.log(this.tData)
|
||||
// console.log(this.tData)
|
||||
})
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user