maxiaoxiao hace 10 meses
padre
commit
c859eca8f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
         }
       }
     },