deepsea 1 vuosi sitten
vanhempi
commit
cd2c1fc5c6
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/ordinaryPage/index.vue

+ 2 - 1
src/views/ordinaryPage/index.vue

@@ -1035,7 +1035,8 @@ export default {
   },
   methods: {
     changeCurrentBench(benchId) {
-      this.$store.dispatch('common/set3dStatus', false);
+      this.isDetailVisible = false;
+      this.$store.dispatch("common/toggle3dStatus");
       this.selectBench(benchId);
     },
     myInterval(callback, interval) {