Merge pull request #7891 from dataease/pr@dev-v2_query_com

fix: 去除打印
This commit is contained in:
dataeaseShu 2024-01-29 19:11:29 +08:00 committed by GitHub
commit fb2ecc2b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,11 +82,10 @@ watch(
() => timeConfig.value,
() => {
rendering.value = false
setTimeout(() => {
nextTick(() => {
init()
console.log('config', config)
rendering.value = true
}, 1000)
})
},
{
deep: true