feat(fix):前端去掉控制台打印

This commit is contained in:
junjie 2021-06-23 11:31:33 +08:00
parent d2459b4408
commit c48a0760ce
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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