maxiaoxiao 3 сар өмнө
parent
commit
e46ead87e6

+ 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();