|
@@ -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) {
|