@@ -107,6 +107,10 @@ export default {
clearQueryCube()
rings = null
if (val === '自适应') {
+ layoutStore.toggleGlobalLoading(true)
+ setTimeout(() => {
+ layoutStore.toggleGlobalLoading(false)
+ }, 3000);
addKysgScale(true)
clearPoints()
} else {