Browse Source

功能修改20250309-06

zhiyuan-007 4 weeks ago
parent
commit
dc9ae3a429
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/home/cpns/FloatPanelKysg.vue

+ 4 - 0
src/views/home/cpns/FloatPanelKysg.vue

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