Browse Source

卷帘调整

maxiaoxiao 10 months ago
parent
commit
c859eca8f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/sceneAtttribute/splitScreen/rollerScreen.vue

+ 1 - 1
src/components/sceneAtttribute/splitScreen/rollerScreen.vue

@@ -83,7 +83,7 @@ export default {
         if (sceneLayer) {
           this.bus.$emit("setImageryRoller", sceneLayer);
         } else {
-          this.bus.$emit("checkedChange", obj, true);
+          this.bus.$emit("checkedChange", obj, "roller");
         }
       }
     },