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 => {
|
authModel(queryCondition).then(res => {
|
||||||
// this.highlights(res.data)
|
// this.highlights(res.data)
|
||||||
this.tData = this.buildTree(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 => {
|
post('/dataset/table/incrementalConfig', { tableId: this.table.id }).then(response => {
|
||||||
this.incrementalConfig = response.data
|
this.incrementalConfig = response.data
|
||||||
this.incrementalUpdateType = 'incrementalAdd'
|
this.incrementalUpdateType = 'incrementalAdd'
|
||||||
console.log(this.sql)
|
// console.log(this.sql)
|
||||||
if (this.incrementalConfig.incrementalAdd) {
|
if (this.incrementalConfig.incrementalAdd) {
|
||||||
this.sql = this.incrementalConfig.incrementalAdd
|
this.sql = this.incrementalConfig.incrementalAdd
|
||||||
} else {
|
} else {
|
||||||
|
@ -857,7 +857,7 @@ export default {
|
|||||||
authModel(queryCondition).then(res => {
|
authModel(queryCondition).then(res => {
|
||||||
// this.highlights(res.data)
|
// this.highlights(res.data)
|
||||||
this.tData = this.buildTree(res.data)
|
this.tData = this.buildTree(res.data)
|
||||||
console.log(this.tData)
|
// console.log(this.tData)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user