Răsfoiți Sursa

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

lkk 3 luni în urmă
părinte
comite
b515c0c7ff
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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();