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

fix: 前端报错
This commit is contained in:
dataeaseShu 2024-01-29 18:44:38 +08:00 committed by GitHub
commit 37020db3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ watch(
() => timeConfig.value,
() => {
rendering.value = false
1 setTimeout(() => {
setTimeout(() => {
init()
console.log('config', config)
rendering.value = true