deepsea před 1 rokem
rodič
revize
cd2c1fc5c6
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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) {