Parcourir la source

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

lkk il y a 3 mois
Parent
commit
b515c0c7ff
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/LandConsolidation/components/contrast.vue

+ 2 - 2
src/views/LandConsolidation/components/contrast.vue

@@ -259,7 +259,7 @@ export default {
         });
       }
       if (i == 2) {
-        this.$refs.aside.activeVal == 0;
+        this.$refs.aside.activeVal = 0;
         this.$refs.aside.clickHandler();
       } else {
         this.reset();
@@ -308,7 +308,7 @@ export default {
       }
       this.multiView();
       if (i == 2) {
-        this.$refs.aside.activeVal == 0;
+        this.$refs.aside.activeVal = 0;
         this.$refs.aside.clickHandler();
       } else {
         this.reset();